blib/lib/Bread/Board/Service/Inferred.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 15 | 80.0 |
line | l | !l | condition |
---|---|---|---|
40 | 11 | 24 | shift() || {} |
109 | 3 | 31 | $params{'dependencies'} ||= {} |
110 | 1 | 33 | $params{'parameters'} ||= {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
51 | 28 | 7 | 0 | $type_constraint->isa('Moose::Meta::TypeConstraint::Class') or $type_constraint->is_subtype_of('Object') |
97 | 35 | 0 | 0 | Class::MOP::class_of($params{'class'}) || confess('Could not get the meta object for class(' . $params{'class'} . ')') |
145 | 10 | 1 | 7 | $type_constraint->isa('Moose::Meta::TypeConstraint::Class') or $type_constraint->is_subtype_of('Object') |