Condition Coverage

blib/lib/Moose/Meta/Method/Delegation.pm
Criterion Covered Total %
condition 14 18 77.7


and 3 conditions

line !l l&&!r l&&r condition
25 1 0 53 &blessed($options{'attribute'}) and $options{'attribute'}->isa("Moose::Meta::Attribute")
31 1 0 52 $options{'package_name'} and $options{'name'}
36 1 1 50 $options{'delegate_to_method'} and not ref $options{'delegate_to_method'}
45 0 1 50 $options{'curried_arguments'} and "ARRAY" eq ref $options{'curried_arguments'}
145 1 0 49 defined $definition->{'file'} and defined $definition->{'line'}

or 3 conditions

line l !l&&r !l&&!r condition
36 50 1 1 $options{'delegate_to_method'} and not ref $options{'delegate_to_method'} or "CODE" eq ref $options{'delegate_to_method'}