Branch Coverage

blib/lib/AnyEvent/Ident/Request.pm
Criterion Covered Total %
branch 7 8 87.5


line true false branch
14 12 3 if (@_ == 1) { }
3 0 elsif (@_ == 2) { }
17 10 2 if ($raw =~ /^\s*(\d+)\s*,\s*(\d+)\s*$/) { }
19 2 8 if $1 == 0 or $2 == 0 or $1 > 65535 or $2 > 65535