Condition Coverage

blib/lib/MouseX/Types.pm
Criterion Covered Total %
condition 6 11 54.5


and 3 conditions

line !l l&&!r l&&r condition
104 0 1 5 ref $param eq 'ARRAY' and @{$param;} == 1

or 2 conditions

line l !l condition
91 10 7 $storage{$_[0]} ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
58 196 0 0 $$storage{$name} || Carp::croak(qq["$name" is not exported by $type_class])
61 196 0 0 Mouse::Util::TypeConstraints::find_type_constraint($fq_name) || Carp::croak(qq["$name" is declared but not defined in $type_class])