Condition Coverage

blib/lib/Random/Day.pm
Criterion Covered Total %
condition 9 9 100.0


and 3 conditions

line !l l&&!r l&&r condition
57 107 1 7 $self->{'dt_from'}->year == $self->{'dt_to'}->year and $self->{'dt_from'}->month == $self->{'dt_to'}->month
108 4 3 $self->{'dt_from'}->year == $self->{'dt_to'}->year and $self->{'dt_from'}->month == $self->{'dt_to'}->month and $self->{'dt_from'}->day == $self->{'dt_to'}->day
5 2 1 $self->{'dt_from'}->year == $self->{'dt_to'}->year and $self->{'dt_from'}->month == $self->{'dt_to'}->month and $self->{'dt_from'}->day == $self->{'dt_to'}->day and $self->{'dt_from'}->hms ne "00:00:00"