blib/lib/Log/Defer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 15 | 73.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
31 | 0 | 0 | 4 | $cb and ref $cb eq 'CODE' |
88 | 0 | 9 | 1 | $logs[0] and ref $logs[0] eq 'CODE' |
line | l | !l | condition |
---|---|---|---|
18 | 0 | 2 | $opts ||= {} |
108 | 2 | 2 | $msg->{'timers'} ||= [] |
122 | 1 | 2 | $self->{'msg'}{'data'} ||= {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
85 | 7 | 3 | 3 | not exists $self->{'verbosity'} or $verbosity <= $self->{'verbosity'} |