Condition Coverage

blib/lib/Plugin/Tiny.pm
Criterion Covered Total %
condition 9 12 75.0


and 3 conditions

line !l l&&!r l&&r condition
65 3 4 3 defined $$self{'_registry'}{$phase} and not $args{'force'}
78 4 1 1 $roles and not ref $roles
80 4 0 2 $roles and ref $roles eq 'ARRAY'

or 3 conditions

line l !l&&r !l&&!r condition
91 6 0 0 $plugin->new(%args) || confess("Can't make $plugin")