Condition Coverage

blib/lib/Games/Tournament/Swiss/Config.pm
Criterion Covered Total %
condition 6 26 23.0


and 3 conditions

line !l l&&!r l&&r condition
89 25 0 0 ref $self eq 'Games::Tournament::Swiss::Config' and $roles
92 25 0 0 ref $self eq 'Games::Tournament::Swiss::Config' and $self->{'roles'}
107 9 0 0 ref $self eq 'Games::Tournament::Swiss::Config' and $scores
9 0 0 ref $self eq 'Games::Tournament::Swiss::Config' and $self->{'scores'}
125 2 0 0 ref $self eq 'Games::Tournament::Swiss::Config' and $abbreviation
2 0 0 ref $self eq 'Games::Tournament::Swiss::Config' and $self->{'abbreviation'}
161 0 0 0 ref $self eq 'Games::Tournament::Swiss::Config' and $first
0 0 0 ref $self eq 'Games::Tournament::Swiss::Config' and $self->{'first'}

or 2 conditions

line l !l condition
44 0 0 $args{'roles'} ||= ['Games::Tournament::Swiss::Config'->roles]