Condition Coverage

blib/lib/Moo/HandleMoose.pm
Criterion Covered Total %
condition 14 17 82.3


and 3 conditions

line !l l&&!r l&&r condition
138 4 0 12 &Scalar::Util::blessed($type) and $type->isa("Moose::Meta::TypeConstraint")
212 2 8 46 $meta_meth = $meta->find_method_by_name("meta") and $meta_meth->body == \&Moo::Object::meta
224 2 62 20 !/\|/ && $_ ne $name

or 2 conditions

line l !l condition
130 84 38 $spec_map{'traits'} ||= "traits"

or 3 conditions

line l !l&&r !l&&!r condition
117 3538 6 0 $_->init_arg || $_->name
132 4 0 118 $spec{'is'} eq "lazy" or $spec{'is'} eq "rwp"