Branch Coverage

blib/lib/Chess/Piece/Pawn.pm
Criterion Covered Total %
branch 22 26 84.6


line true false branch
101 997 1021 if ($color eq 'white') { }
102 997 0 if defined $csq
105 1021 0 if defined $csq
107 2016 2 if defined $tsq1
109 997 1021 if ($color eq 'white') { }
110 997 0 if defined $tsq1
113 1019 2 if defined $tsq1
115 1426 592 if not $self->moved and defined $tsq2
116 2016 2 if defined $tsq1
117 1766 252 if defined $tsq2
118 2016 2 if defined $tsq1
119 1728 290 if defined $tsq2
125 0 3 unless (lc $new_rank eq 'bishop' or lc $new_rank eq 'knight' or lc $new_rank eq 'rook' or lc $new_rank eq 'queen')