blib/lib/Class/MOP/Method.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 11 | 90.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
30 | 90299 | 3 | 2 | &blessed($code) and $code->isa("Class::MOP::Method") |
44 | 3 | 1 | 90291 | $params{'package_name'} and $params{'name'} |
line | l | !l | condition |
---|---|---|---|
149 | 26043 | 0 | $throw_args || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
30 | 4 | 3 | 90295 | not ref $code or "CODE" ne &reftype($code) |