blib/lib/Exception/Reporter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 15 | 53.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
126 | 0 | 0 | 6 | $arg->{$key} and @{$arg->{$key};} |
line | l | !l | condition |
---|---|---|---|
104 | 2 | 1 | $arg->{'caller_level'} || 0 |
198 | 4 | 0 | $dumpables ||= [] |
199 | 4 | 0 | $arg ||= {} |
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] |