Condition Coverage

blib/lib/Time/Piece/Guess.pm
Criterion Covered Total %
condition 4 15 26.6


and 3 conditions

line !l l&&!r l&&r condition
312 1 0 0 $special and $string =~ /^now$/ || $string =~ /^now[\-\+]\d+[mhdw]?$/ || $string =~ /^[\-\+]\d+[mhdw]?$/
370 1 0 0 $special and $string =~ /zz$/
1 0 0 $special and $string =~ /ZZ$/
399 0 1 0 $format =~ /\%z/ and $string =~ /[-+]\d\d$/

or 3 conditions

line l !l&&r !l&&!r condition
312 0 0 0 $string =~ /^now$/ || $string =~ /^now[\-\+]\d+[mhdw]?$/ || $string =~ /^[\-\+]\d+[mhdw]?$/