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
83 25 0 0 ref $self eq 'Games::Tournament::Swiss::Config' and $roles
86 25 0 0 ref $self eq 'Games::Tournament::Swiss::Config' and $self->{'roles'}
101 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'}
119 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'}
155 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
38 0 0 $args{'roles'} ||= ['Games::Tournament::Swiss::Config'->roles]