Condition Coverage

blib/lib/Games/Go/AGA/DataObjects/Types.pm
Criterion Covered Total %
condition 12 18 66.6


and 3 conditions

line !l l&&!r l&&r condition
49 3 2 31 /^\w+$/ && /^\D/
73 10 44 0 $_ && (isint $_ || isfloat $_) && ($_ < 20 && $_ >= 1 || $_ <= -1 && $_ > -100)
90 1 8 0 defined $_ && isint $_ && ($_ >= 0 && $_ <= 99)
103 0 9 0 defined $_ && (isint $_ || isfloat $_)

or 3 conditions

line l !l&&r !l&&!r condition
61 8 0 27 /^(\d+)[dD]$/ && $1 >= 1 && $1 < 20 || /^(\d+)[kK]$/ && $1 >= 1 && $1 < 100
121 10 16 0 is_Rank($_) || is_Rating($_)