Branch Coverage
blib/lib/Games/Go/AGA/Parse/Util.pm
Criterion
Covered
Total
%
branch
2
8
25.0
line
true
false
branch
83
8
9
if $id =~ /^\d/
94
0
0
if (is_Rank($rank) and $rank =~ /(\d+)([dkDK])/) { }
0
0
elsif (is_Rating($rank)) { }
96
0
0
if (lc $2 eq 'k')