line |
true |
false |
branch |
43
|
0 |
8 |
unless defined $arg |
45
|
7 |
1 |
if (ref $arg) |
46
|
7 |
0 |
if $arg->isa('Date::Simple') |
49
|
0 |
0 |
if $arg->isa('DateTime') or $arg->isa('Time::Piece') |
53
|
0 |
0 |
if $arg->isa('Date::Calc::Object') |
64
|
62 |
4 |
unless defined $arg |
67
|
0 |
4 |
unless $arg = $self->to_date_simple($arg) |
70
|
0 |
4 |
if defined $self->end and $arg > $self->end |
81
|
81 |
4 |
unless defined $arg |
84
|
0 |
4 |
unless $arg = $self->to_date_simple($arg) |
87
|
0 |
4 |
if defined $self->start and $arg < $self->start |
98
|
0 |
3 |
unless $self |
107
|
0 |
2 |
unless $self |
122
|
0 |
12 |
unless $self |
124
|
2 |
10 |
unless defined $self->index |
127
|
2 |
10 |
if $self->index == $self->end |
143
|
1 |
0 |
if ($self) { } |