Condition Coverage

blib/lib/Petal/Utils/Like.pm
Criterion Covered Total %
condition 3 9 33.3


or 3 conditions

line l !l&&r !l&&!r condition
19 1 0 0 shift() || confess(q['like' expects a variable and a regex (got nothing)!])
22 1 0 0 $args[0] || confess(q[1st arg to 'like' should be a variable (got nothing)!])
23 1 0 0 $args[1] || confess(q[2nd arg to 'like' should be a regex (got nothing)!])