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