blib/lib/Dallycot/Value/Duration.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 2 | 12 | 16.6 |
line | true | false | branch |
---|---|---|---|
27 | 0 | 30 | if blessed($options{$k}) and $options{$k}->isa('Dallycot::Value::Numeric') |
33 | 0 | 8 | if ($options{'object'}) { } |
64 | 0 | 0 | if ($$self[0]->is_zero) |
72 | 0 | 0 | if ($duration->is_negative) |
94 | 0 | 0 | if $hours ne '' |
167 | 0 | 0 | if (any sub { not $_->isa('Dallycot::Value::Numeric') || $_->isa('Dallycot::Value::Duration'); } , @things) |