| 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"
|