Condition Coverage

blib/lib/CGI/ExceptionManager/StackTrace.pm
Criterion Covered Total %
condition 4 8 50.0


and 3 conditions

line !l l&&!r l&&r condition
32 0 4 0 $message =~ / at ([^ ]+) line (\d+)/ and $1 ne $trace[0]{'file'} || $2 != $trace[0]{'line'}

or 2 conditions

line l !l condition
79 9 0 _build_context($$stack{'file'}, $$stack{'line'}) || ''

or 3 conditions

line l !l&&r !l&&!r condition
32 0 1 3 $1 ne $trace[0]{'file'} || $2 != $trace[0]{'line'}