Condition Coverage

blib/lib/Exception/Reporter.pm
Criterion Covered Total %
condition 8 15 53.3


and 3 conditions

line !l l&&!r l&&r condition
126 0 0 6 $arg->{$key} and @{$arg->{$key};}

or 2 conditions

line l !l condition
104 2 1 $arg->{'caller_level'} || 0
198 4 0 $dumpables ||= []
199 4 0 $arg ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
114 2 1 0 $self->{'dumper'} ||= do { require Exception::Reporter::Dumper::YAML; "Exception::Reporter::Dumper::YAML"->new }
204 4 0 0 $arg->{'reporter'} ||= $caller[0]