| blib/lib/Gears/X.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 14 | 16 | 87.5 |
| line | true | false | branch |
|---|---|---|---|
| 60 | 14 | 144 | unless defined $package |
| 61 | 42 | 102 | if $package =~ /${$trace_conf->{'skip_package'}}/u |
| 62 | 0 | 102 | if $file =~ /$trace_conf->{'skip_file'}/u |
| 63 | 24 | 64 | if @trace > 0 and $trace[-1][0] eq $file and $trace[-1][1] == $line |
| 78 | 9 | 1 | if (defined $error) |
| 94 | 2 | 11 | if ($trace) { } |
| 11 | 0 | elsif (defined(my $caller = $self->caller)) { } | |
| 106 | 7 | 6 | if ($class eq $base) { } |