Condition Coverage

blib/lib/POSIX/strftime/GNU/PP.pm
Criterion Covered Total %
condition 1 39 2.5


and 3 conditions

line !l l&&!r l&&r condition
318 0 0 8 @t >= 6 and @t <= 9
329 0 0 0 $modifier eq '_' and not $suffix =~ /0/
0 0 0 $modifier eq '-' and not $suffix =~ /0/
0 0 0 $modifier eq '-' and not $suffix =~ /0/ and $format =~ /[aAbBDFhnpPrRtTxXZ%]$/
0 0 0 $modifier eq '-' and not $suffix =~ /0/
0 0 0 $modifier eq '-' and not $suffix =~ /0/ and $format =~ /[CdgGHIjmMNsSuUVwWyYz]$/
0 0 0 $modifier eq '0' and not $suffix =~ /_/
0 0 0 $modifier eq '^' and "$prefix$suffix" =~ /#/
0 0 0 $modifier eq '^' and "$prefix$suffix" =~ /#/ and $format =~ /Z$/
0 0 0 $modifier eq '^' and not $format =~ /[pP]$/
0 0 0 $modifier eq '#' and $format =~ /[aAbBh]$/
0 0 0 $modifier eq '#' and $format =~ /[pZ]$/

or 3 conditions

line l !l&&r !l&&!r condition
329 0 0 0 $modifier eq '_' and not $suffix =~ /0/ or $modifier eq '-' and not $suffix =~ /0/ and $format =~ /[aAbBDFhnpPrRtTxXZ%]$/