Branch Coverage

blib/lib/Dallycot/Value/DateTime.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
25 0 0 if blessed($options{$k}) and $options{$k}->isa('Dallycot::Value::Numeric')
31 0 0 if ($options{'object'}) { }
56 0 0 if $$self[0]->isa('DateTime')
63 0 0 if ($$self[0]->can('epoch'))
99 0 0 if ($$self[0]->can('datetime')) { }
163 0 0 if (any sub { not $_->isa('Dallycot::Value::Numeric') || $_->isa('Dallycot::Value::Duration'); } , @things)