Condition Coverage

blib/lib/Class/MOP/Overload.pm
Criterion Covered Total %
condition 10 15 66.6


and 3 conditions

line !l l&&!r l&&r condition
40 0 0 5 defined $params{'coderef_package'} and defined $params{'coderef_name'}
47 8 15 0 $params{'method'} and not &try(sub {
53 2 21 0 $params{'associated_metaclass'} and not &try(sub {
92 2 1 1 $self->has_coderef && $self->coderef_name eq '__ANON__'

or 3 conditions

line l !l&&r !l&&!r condition
32 18 5 0 defined $params{'method_name'} or $params{'coderef'}