Condition Coverage

blib/lib/Dallycot/Value/Duration.pm
Criterion Covered Total %
condition 3 11 27.2


and 3 conditions

line !l l&&!r l&&r condition
27 30 0 0 blessed($options{$k}) and $options{$k}->isa('Dallycot::Value::Numeric')

or 2 conditions

line l !l condition
31 0 8 $duration_class //= 'DateTime::Duration'

or 3 conditions

line l !l&&r !l&&!r condition
24 0 8 0 ref $class || $class
167 0 0 0 $_->isa('Dallycot::Value::Numeric') || $_->isa('Dallycot::Value::Duration')