blib/lib/Games/Go/SGF.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 20 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
52 | 0 | 0 | 0 | exists $onersfound{$ident} and $oners =~ /,$ident,/ |
60 | 0 | 0 | 0 | exists $duplicates{$ident} and $singletons =~ /,$ident,/ |
67 | 0 | 0 | 0 | grep exists($duplicates{$_}), ('B', 'W') and $alones =~ /,$ident,/ |
74 | 0 | 0 | 0 | grep exists($duplicates{$_}), ('B', 'W') and $setup =~ /,$ident,/ |
81 | 0 | 0 | 0 | grep exists($duplicates{$_}), ('AB', 'AW', 'AE') and $move =~ /,$ident,/ |
line | l | !l | condition |
---|---|---|---|
170 | 0 | 0 | $grammarflag ||= 'lite' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
159 | 0 | 0 | 0 | $$a[0]{'moves_to_first_variation'} ||= $_ |