Condition Coverage

blib/lib/Test/Command/Simple.pm
Criterion Covered Total %
condition 8 15 53.3


and 3 conditions

line !l l&&!r l&&r condition
88 0 3 0 @_ && ref $_[0] eq 'HASH'
127 6 0 2 $read and $map{$fileno}
213 1 0 1 looks_like_number($_[0]) and 0 <= $_[0]
1 0 1 looks_like_number($_[0]) and 0 <= $_[0] and $_[0] <= 255
0 0 1 looks_like_number($_[0]) and 0 <= $_[0] and $_[0] <= 255 and int $_[0] == $_[0]