blib/lib/KinoSearch1/Search/SearchClient.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 20 | 50.0 |
line | true | false | branch |
---|---|---|---|
33 | 0 | 1 | unless $sock |
40 | 0 | 1 | unless $response =~ /accept/i |
60 | 0 | 16 | if $method eq 'done' |
61 | 1 | 15 | if $method eq 'terminate' |
67 | 0 | 15 | unless defined $arg_len and $check_val == $arg_len |
86 | 0 | 3 | unless verify_args(\%search_hit_collector_args, @_) |
88 | 0 | 3 | if defined $args{'filter'} |
92 | 1 | 2 | if (a_isa_b($collector, 'KinoSearch1::Search::OffsetCollector')) { } |
136 | 0 | 0 | unless CORE::close $sock |
142 | 0 | 0 | if defined $$self{'sock'} |