blib/lib/Moxie.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 12 | 16 | 75.0 |
line | true | false | branch |
---|---|---|---|
34 | 138 | 0 | if ($caller ne 'main') |
70 | 138 | 0 | if $] >= 5.022 |
73 | 138 | 0 | if $] >= 5.026 |
87 | 24 | 49 | if scalar @args == 1 and ref $args[0] eq 'CODE' |
104 | 3 | 70 | if exists $args{'required'} and $args{'required'} =~ /^1$/u |
121 | 0 | 93 | $meta->isa('MOP::Class') ? : |
145 | 36 | 102 | if (exists $opts->{'traits'}) |
147 | 34 | 3 | if ($trait eq ':experimental') { } |