Condition Coverage

blib/lib/Types/QuacksLike.pm
Criterion Covered Total %
condition 9 24 37.5


and 3 conditions

line !l l&&!r l&&r condition
73 0 0 0 $does and $package->$does($code_stash)
80 0 0 31 defined $entry and ref $entry ne 'HASH'
87 6 0 2 $INC{'Moo/Role.pm'} and 'Moo::Role'->is_role($package)
4 0 2 $INC{'Role/Tiny.pm'} and 'Role::Tiny'->is_role($package)
4 0 0 $INC{'Class/MOP.pm'} and my $meta = Class::MOP::class_of($package)
115 7 0 0 $moo_method and 'Moo'->$moo_method($isa)

or 3 conditions

line l !l&&r !l&&!r condition
73 0 7 0 /\A\(/ or $code_stash eq $package
7 0 0 /\A\(/ or $code_stash eq $package or $code_stash eq 'constant'