blib/lib/POE/Filter/BigBrother.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 12 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
68 | 0 | 4 | 6 | defined $$self[0] and length $$self[0] |
71 | 1 | 3 | 2 | $$self[1] and $$self[0] =~ /(?:(?:\x0D\x0A?){2}|(?:\x0A\x0D?){2})status/ |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
53 | 0 | 3 | 1 | index($$self[0], "combo\r") == 0 or index($$self[0], "combo\n") == 0 |
60 | 0 | 0 | 3 | $first eq "\r" or $first eq "\n" |