Condition Coverage

blib/lib/POE/Component/Server/Ident.pm
Criterion Covered Total %
condition 9 24 37.5


and 3 conditions

line !l l&&!r l&&r condition
107 0 0 5 $self->{'sessions'}{$sender} == 1 and $sender ne $session
115 4 0 0 $thing and $sender ne $session
155 1 0 4 $input =~ /^\s*([0-9]+)\s*,\s*([0-9]+)\s*$/ and _valid_ports($1, $2)
253 0 0 4 defined $port1 and defined $port2
0 0 4 $port1 >= 1 and $port1 <= 65535
0 4 0 defined $port1 and defined $port2 and ($port1 >= 1 and $port1 <= 65535)
0 0 4 $port2 >= 1 and $port2 <= 65535
0 4 0 defined $port1 and defined $port2 and ($port1 >= 1 and $port1 <= 65535) and ($port2 >= 1 and $port2 <= 65535)