blib/lib/MooseX/ClassCompositor.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 9 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
221 | 7 | 0 | 5 | &blessed($name) and $name->isa("Moose::Meta::Role") |
251 | 2 | 0 | 1 | &blessed($r) and $r->isa("Moose::Meta::Role") |
296 | 21 | 0 | 5 | &blessed($arg) and $arg->isa("Moose::Meta::Role") |