lib/Aspect/Advice.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 10 | 80.0 |
line | true | false | branch |
---|---|---|---|
33 | 21897 | 9 | unless $pointcut->match_define($sub_name) |
50 | 1 | 13 | unless $pointcut->match_run($sub_name, $runtime_context) |
64 | 0 | 13 | if (wantarray) { } |
13 | 0 | elsif (defined wantarray) { } | |
72 | 4 | 9 | if ($type eq 'before' and $advice_context->proceed) { } |