| blib/lib/Script/Carp.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 12 | 66.6 |
| line | true | false | branch |
|---|---|---|---|
| 14 | 0 | 1 | if (defined $_[0] and $_[0] =~ /^Died /) { } |
| 0 | 1 | elsif (defined $_[0] and $_[0] =~ / at $filename line $line\./) { } | |
| 101 | 4 | 0 | if (my $gen = $$FLGS{$flg}) |
| 109 | 0 | 7 | if (not $IGNORE_EVAL and defined $^S and $^S == 1) { } |
| 112 | 6 | 1 | $IGNORE_EVAL ? : |
| 118 | 1 | 6 | unless $IGNORE_EVAL |