Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
203 6 1 4 $constraint and $constraint ne '_all_'
291 0 0 43 ref $_ eq 'ARRAY' and scalar @$_ == 2

or 3 conditions

line l !l&&r !l&&!r condition
267 1 1 2 $$_[0] eq $role or $$_[1]->does_role($role)