Condition Coverage

lib/Class/Facade.pm
Criterion Covered Total %
condition 4 6 66.6


or 2 conditions

line l !l condition
63 4 2 $$value{'class'} || $$value{'object'} || (return $self->error("${name}: no 'class' or 'object' specified"))
65 4 0 $$value{'method'} || (return $self->error("${name}: no 'method' specified"))
66 4 0 $$value{'args'} || []