Condition Coverage

blib/lib/Data/Unixish/date.pm
Criterion Covered Total %
condition 3 11 27.2


and 3 conditions

line !l l&&!r l&&r condition
57 0 0 4 &looks_like_number($item) and $item >= 0
0 0 4 &looks_like_number($item) and $item >= 0 and $item <= 2147483648
0 0 0 &blessed($item) and $item->isa('DateTime')

or 2 conditions

line l !l condition
50 2 0 $args->{'format'} //= '%Y-%m-%d %H:%M:%S'