Condition Coverage

blib/lib/Bread/Board/Service/Inferred.pm
Criterion Covered Total %
condition 12 15 80.0


or 2 conditions

line l !l condition
40 10 24 shift() || {}
109 3 30 $params{'dependencies'} ||= {}
110 1 32 $params{'parameters'} ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
51 27 7 0 $type_constraint->isa('Moose::Meta::TypeConstraint::Class') or $type_constraint->is_subtype_of('Object')
97 34 0 0 Class::MOP::class_of($params{'class'}) || confess('Could not get the meta object for class(' . $params{'class'} . ')')
145 9 1 8 $type_constraint->isa('Moose::Meta::TypeConstraint::Class') or $type_constraint->is_subtype_of('Object')