| blib/lib/Moxie/Traits/Provider/Constructor.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 23 | 24 | 95.8 |
| line | true | false | branch |
|---|---|---|---|
| 35 | 0 | 24 | if $method_name ne 'BUILDARGS' |
| 38 | 23 | 1 | if (%signature) { } |
| 59 | 6 | 5 | $max_arity == $min_arity ? : |
| 11 | 65 | if $arity < $min_arity or $arity > $max_arity | |
| 71 | 7 | 17 | unless exists $proto->{$param} |
| 74 | 7 | 58 | if @missing |
| 93 | 8 | 79 | if ($to =~ /^super\((.*)\)$/u) { } |
| 95 | 5 | 3 | if $proto->{$from} |
| 98 | 45 | 34 | if (exists $proto->{$from}) |
| 116 | 3 | 55 | if (keys %super) |
| 121 | 2 | 56 | if (keys %$proto) |
| 145 | 4 | 1 | if @args |