Condition Coverage

blib/lib/CPAN/Critic/Module/Abstract.pm
Criterion Covered Total %
condition 2 20 10.0


and 3 conditions

line !l l&&!r l&&r condition
218 0 0 0 $ab =~ /^[[:upper:]]+$/ and $spaces >= 2

or 2 conditions

line l !l condition
44 11 0 $args{'severity'} // 3
45 0 11 $args{'themes'} // []
74 0 0 $args{'min_len'} // 3
93 0 0 $args{'max_len'} // 72
269 0 0 $args{'abstract'} // ''
270 0 0 $args{'profile'} // 'default'
307 0 0 $pass //= 1

or 3 conditions

line l !l&&r !l&&!r condition
301 0 0 0 $res->[1] // "Violates $pol->{'name'}"