blib/lib/Moose/Object.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 15 | 86.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
30 | 1 | 2 | 11 | defined $_[0] and ref $_[0] eq "HASH" |
124 | 207 | 118 | 212 | $meta->can("does_role") and $meta->does_role($role_name) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
20 | 2 | 3436 | 0 | &Scalar::Util::blessed($class) || $class |
109 | 1 | 32 | 24 | $self->SUPER::DOES($class_or_role_name) || $self->does($class_or_role_name) |
120 | 163 | 377 | 0 | &Scalar::Util::blessed($self) || $self |