Condition Coverage

blib/lib/Time/Crontab.pm
Criterion Covered Total %
condition 7 12 58.3


and 3 conditions

line !l l&&!r l&&r condition
112 0 1 8 $self->_contains('minute', $lt[1]) and $self->_contains('hour', $lt[2])
1 8 0 $self->_contains('minute', $lt[1]) and $self->_contains('hour', $lt[2]) and $self->_contains('day', $lt[3]) || $self->_contains('day_of_week', $lt[6])
0 0 8 $self->_contains('minute', $lt[1]) and $self->_contains('hour', $lt[2]) and $self->_contains('day', $lt[3]) || $self->_contains('day_of_week', $lt[6]) and $self->_contains('month', $lt[4] + 1)

or 3 conditions

line l !l&&r !l&&!r condition
112 7 1 0 $self->_contains('day', $lt[3]) || $self->_contains('day_of_week', $lt[6])