Condition Coverage

blib/lib/MOP/Slot.pm
Criterion Covered Total %
condition 7 9 77.7


and 3 conditions

line !l l&&!r l&&r condition
20 71 0 1 scalar @_ eq 2 and not ref $_[0]
71 0 1 scalar @_ eq 2 and not ref $_[0] and ref $_[1] eq 'CODE'

or 3 conditions

line l !l&&r !l&&!r condition
33 63 6 1 ref $args->{'initializer'} eq 'CODE' or MOP::Internal::Util::CAN_COERCE_TO_CODE_REF($args->{'initializer'})