Condition Coverage

blib/lib/Treex/Core/Log.pm
Criterion Covered Total %
condition 5 16 31.2


and 3 conditions

line !l l&&!r l&&r condition
150 25 0 0 defined $arg_ref && $arg_ref->{'same_line'}
152 25 0 0 $unfinished_line and not $same_line
156 25 0 0 $same_line and $unfinished_line

or 2 conditions

line l !l condition
194 1 1 $hooks{$level} ||= []
201 0 0 $hooks{$level} ||= []

or 3 conditions

line l !l&&r !l&&!r condition
202 0 0 0 $pos < 0 or $pos >= scalar @{$hooks{$level};}