Condition Coverage

blib/lib/Time/Piece/Guess.pm
Criterion Covered Total %
condition 3 12 25.0


and 3 conditions

line !l l&&!r l&&r condition
304 1 0 0 $special and $string =~ /^now$/ || $string =~ /^now[\-\+]\d+[mhdw]?$/ || $string =~ /^[\-\+]\d+[mhdw]?$/
362 1 0 0 $special and $string =~ /zz$/
1 0 0 $special and $string =~ /ZZ$/

or 3 conditions

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