blib/lib/Sub/HandlesVia/Toolkit/Moose.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 15 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
148 | 15 | 0 | 0 | not $default and $handler |
0 | 11 | 0 | $default->[0] eq "default" and ref $default->[1] eq "CODE" | |
0 | 11 | 0 | $default->[0] eq "default" and not defined $default->[1] | |
0 | 0 | 11 | $default->[0] eq "default" and not ref $default->[1] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
80 | 0 | 0 | 80 | $spec->{'lazy'} || $spec->{'traits'} || $spec->{'auto_deref'} |