rhenium/plum

View on GitHub
test/plum/test_connection.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method test_server_must_raise_frame_size_error_when_exeeeded_max_size has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def test_server_must_raise_frame_size_error_when_exeeeded_max_size
    _settings = "".push_uint16(Frame::Settings::SETTINGS_TYPE[:max_frame_size]).push_uint32(2**14)
    limit = 2 ** 14

    new_con = -> (&blk) {
Severity: Minor
Found in test/plum/test_connection.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status