blib/lib/POE/Filter/BigBrother.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 10 | 70.0 |
line | true | false | branch |
---|---|---|---|
53 | 3 | 1 | if (index($$self[0], "combo\r") == 0 or index($$self[0], "combo\n") == 0) |
60 | 0 | 3 | if $first eq "\r" or $first eq "\n" |
68 | 4 | 6 | unless defined $$self[0] and length $$self[0] |
71 | 2 | 4 | if ($$self[1] and $$self[0] =~ /(?:(?:\x0D\x0A?){2}|(?:\x0A\x0D?){2})status/) { } |
96 | 0 | 0 | unless length $$self[0] |