Branch Coverage

blib/lib/Games/TicTacToe/Player.pm
Criterion Covered Total %
branch 0 6 0.0


line true false branch
41 0 0 uc $self->symbol eq 'X' ? :
53 0 0 $self->{'type'} eq 'H' ? :
65 0 0 if ($self->type eq 'H') { }