| blib/lib/Algorithm/Dependency/Objects.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 4 | 8 | 50.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 19 | 3 | 0 | 2 | not blessed $objects and ref $objects eq 'ARRAY' | 
| 21 | 0 | 0 | 5 | blessed $objects and $objects->isa('Set::Object') | 
| line | l | !l | condition | 
|---|---|---|---|
| 66 | 32 | 0 | $self->can_get_deps($_) or croak(q[Objects must have a 'depends' method]) |