Condition Coverage

blib/lib/Log/Report/Die.pm
Criterion Covered Total %
condition 9 23 39.1


and 3 conditions

line !l l&&!r l&&r condition
31 3 0 4 @text > 1 and $text[1] =~ /^\s*at (.+) line (\d+)\.?$/
76 3 0 2 defined $sub && $sub =~ s/^([\w:]+)\:\://

or 2 conditions

line l !l condition
58 5 4 $args{'on_die'} || 'ERROR'
78 0 5 $opts{'location'} ||= [$pkg, $fn, $linenr, $sub]
86 0 1 $opts{'stack'} ||= \@stack
89 0 4 $on_die || 'ERROR'
104 0 0 $opts{'location'} ||= ['libxml', $exc->file, $exc->line, $exc->domain]
110 0 0 $_libxml_errno2reason{$exc->level} || 'PANIC'
130 0 0 $args{'on_die'} || 'ERROR'

or 3 conditions

line l !l&&r !l&&!r condition
103 0 0 0 $opts{'errno'} ||= $exc->code + 13000