Condition Coverage

blib/lib/Games/Go/AGA/DataObjects/Round.pm
Criterion Covered Total %
condition 0 19 0.0


and 3 conditions

line !l l&&!r l&&r condition
185 0 0 0 defined $item0 and defined $item1
194 0 0 0 $item0->can('id') and $item1->can('id')
195 0 0 0 $item0->can('white') and $item1->can('white')
197 0 0 0 $item0->white->id eq $item1->white->id and $item0->black->id eq $item1->black->id

or 2 conditions

line l !l condition
307 0 0 $game->white->adj_rating || '?'
0 0 $game->black->adj_rating || '?'

or 3 conditions

line l !l&&r !l&&!r condition
290 0 0 0 $idx < 0 or $idx > $#{$players;}