Condition Coverage

blib/lib/Games/Go/AGA/Parse/Register.pm
Criterion Covered Total %
condition 21 25 84.0


and 3 conditions

line !l l&&!r l&&r condition
324 1 0 2 $flags_ref and @{$flags_ref;}
1 1 1 $flags_ref and @{$flags_ref;} and $$flags_ref[-1] eq '='

or 2 conditions

line l !l condition
35 3 0 $$self{'last_name'} || ''
44 2 1 $$self{'first_name'} || ''
53 6 3 $$self{'id'} || ''
63 6 0 $$self{'rank'} || ''
72 1 2 $$self{'flags'} || []
81 1 2 $$self{'club'} || ''
90 4 1 $$self{'comment'} || ''
99 2 2 $$self{'directive'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
226 16 0 30 not $token =~ /\S/ or $token eq ''