Condition Coverage

blib/lib/Moose/Object.pm
Criterion Covered Total %
condition 13 15 86.6


and 3 conditions

line !l l&&!r l&&r condition
30 1 2 12 defined $_[0] and ref $_[0] eq "HASH"
124 210 118 212 $meta->can("does_role") and $meta->does_role($role_name)

or 3 conditions

line l !l&&r !l&&!r condition
20 2 3447 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 380 0 &Scalar::Util::blessed($self) || $self