blib/lib/Chess/ChessKit/Trad.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 21 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
402 | 0 | 0 | 0 | $wdestalpha =~ /^[BRN]$/ and $wdestnum ne '' |
410 | 0 | 0 | 0 | $wdestalpha =~ /^[BRNP]$/ and $waction eq 'x' |
424 | 0 | 0 | 0 | $wdestalpha =~ /^[BRN]P$/ and $waction eq 'x' |
473 | 0 | 0 | 0 | $$bd{$case} eq $truepiece and $col == $wcol |
523 | 0 | 0 | 0 | $tpiece eq 'P' and $row == 8 |
528 | 0 | 0 | 0 | $tpiece eq 'p' and $row == 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
382 | 0 | 0 | 0 | $_ eq $pred{$col} . $cto or $_ eq $suiv{$col} . $cto |