| blib/lib/Moose/Exception.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 9 | 10 | 90.0 |
| line | true | false | branch |
|---|---|---|---|
| 39 | 3689 | 7396 | if $c[3] =~ /^(.*)::new$/ || $c[3] =~ /^\S+ (.*)::new \(defined at / and $self->isa($1) |
| 64 | 5 | 1626 | if ($ENV{'MOOSE_FULL_EXCEPTION'}) |
| 72 | 2193 | 16948 | if ($in_moose and $frame->package =~ /^(?:Moose|Class::MOP)(?::|$)/) { } |
| 459 | 16489 | elsif ($last_frame) { } | |
| 87 | 0 | 1626 | unless @frames |