| blib/lib/Time/Simple/Range.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 5 | 21 | 23.8 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 50 | 0 | 0 | 0 | $arg->isa('Date::Calc::Object') and $arg->is_long | 
| 0 | 0 | 0 | $arg->isa('Date::Calc::Object') and $arg->is_long and $arg->is_valid | |
| 90 | 0 | 0 | 3 | defined $self->start and defined $self->end | 
| 101 | 0 | 0 | 1 | defined $self->start and defined $self->end | 
| 111 | 0 | 1 | 4 | defined $self->start && defined $self->end | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 23 | 0 | 2 | 0 | ref $proto || $proto | 
| 46 | 0 | 0 | 0 | $arg->isa('DateTime') or $arg->isa('Time::Piece') |