blib/lib/Games/Go/AGA/Parse/TDList.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 26 | 38 | 68.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
384 | 8 | 1 | 0 | length $$self{'state'} == 0 and length $$self{'club'} == 2 |
9 | 0 | 0 | length $$self{'state'} == 0 and length $$self{'club'} == 2 and uc $$self{'club'} eq $$self{'club'} | |
390 | 8 | 1 | 0 | not $$self{'id'} and @{$$self{'first_name'};} > 1 |
9 | 0 | 0 | not $$self{'id'} and @{$$self{'first_name'};} > 1 and $$self{'first_name'}[-1] =~ /\d/ | |
397 | 8 | 1 | 0 | $self->rank eq '' and is_Rank_or_Rating($$self{'id'}) |
line | l | !l | condition |
---|---|---|---|
35 | 9 | 0 | $$self{'last_name'} || '' |
44 | 8 | 1 | $$self{'first_name'} || '' |
53 | 8 | 1 | $$self{'id'} || '' |
62 | 8 | 1 | $$self{'membership'} || '' |
72 | 24 | 3 | $$self{'rank'} || '' |
81 | 7 | 2 | $$self{'date'} || '' |
90 | 8 | 1 | $$self{'club'} || '' |
99 | 8 | 1 | $$self{'state'} || '' |
108 | 0 | 9 | $$self{'extra'} || '' |
371 | 0 | 0 | $iter->collectTokensUntil("\n") || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
347 | 67 | 0 | 89 | not $token =~ /\S/ or $token eq '' |