Condition Coverage

blib/lib/Text/Continuation/Parser.pm
Criterion Covered Total %
condition 15 23 65.2


and 3 conditions

line !l l&&!r l&&r condition
22 10 8 1 $line and not defined $new
63 0 0 0 not length $new and length($line // "")
74 5 1 1 not length $new and length($line // "")

or 2 conditions

line l !l condition
31 1 0 $line // ""
42 2 1 $line // ""
53 2 3 $line // ""
63 0 0 $line // ""
67 0 0 $line // ""
74 1 1 $line // ""
78 3 3 $line // ""