| blib/lib/Bread/Board/Service/Inferred.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 15 | 80.0 |
| line | l | !l | condition |
|---|---|---|---|
| 40 | 10 | 24 | shift() || {} |
| 109 | 3 | 30 | $params{'dependencies'} ||= {} |
| 110 | 1 | 32 | $params{'parameters'} ||= {} |
| 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 | 7 | $type_constraint->isa('Moose::Meta::TypeConstraint::Class') or $type_constraint->is_subtype_of('Object') |