| blib/lib/Log/Any/Simple.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 22 | 30 | 73.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 130 | 1 | 5 | 0 | defined $mode and not $mode =~ /^(?:$valid_re)$/ |
| 352 | 2 | 0 | 1 | $i == $#ARGV and not defined $1 |
| line | l | !l | condition |
|---|---|---|---|
| 191 | 2 | 24 | $hint_hash->{$DUMP_KEY} // "short" |
| 219 | 14 | 8 | $hint_hash->{$DIE_REPEATS_MSG_KEY} // 1 |
| 230 | 6 | 10 | ($die_with_stack_trace{$category} // $die_with_stack_trace) // "short" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 186 | 1 | 74 | 0 | $hint_hash->{$CATEGORY_KEY} // $pkg_name |
| 214 | 63 | 79 | 0 | $hint_hash->{$DIE_AT_KEY} // $DIE_AT_DEFAULT |
| 230 | 1 | 5 | 10 | $die_with_stack_trace{$category} // $die_with_stack_trace |
| 231 | 2 | 0 | 14 | $trace eq "long" or $trace eq "full" |
| 13 | 0 | 1 | $trace eq "short" or $trace eq "small" | |
| 1 | 0 | 0 | $trace eq "none" or $trace eq "no" |