Condition Coverage

blib/lib/Class/MOP/Method.pm
Criterion Covered Total %
condition 10 11 90.9


and 3 conditions

line !l l&&!r l&&r condition
30 92558 3 2 &blessed($code) and $code->isa("Class::MOP::Method")
44 3 1 92550 $params{'package_name'} and $params{'name'}

or 2 conditions

line l !l condition
149 26684 0 $throw_args || ''

or 3 conditions

line l !l&&r !l&&!r condition
30 4 3 92554 not ref $code or "CODE" ne &reftype($code)