Condition Coverage

lib/Rex/Commands/Cron.pm
Criterion Covered Total %
condition 0 20 0.0


and 3 conditions

line !l l&&!r l&&r condition
111 0 0 0 $cron->{'minute'} eq $option{'minute'} and $cron->{'hour'} eq $option{'hour'}
0 0 0 $cron->{'minute'} eq $option{'minute'} and $cron->{'hour'} eq $option{'hour'} and $cron->{'month'} eq $option{'month'}
0 0 0 $cron->{'minute'} eq $option{'minute'} and $cron->{'hour'} eq $option{'hour'} and $cron->{'month'} eq $option{'month'} and $cron->{'day_of_week'} eq $option{'day_of_week'}
0 0 0 $cron->{'minute'} eq $option{'minute'} and $cron->{'hour'} eq $option{'hour'} and $cron->{'month'} eq $option{'month'} and $cron->{'day_of_week'} eq $option{'day_of_week'} and $cron->{'day_of_month'} eq $option{'day_of_month'}
0 0 0 $cron->{'minute'} eq $option{'minute'} and $cron->{'hour'} eq $option{'hour'} and $cron->{'month'} eq $option{'month'} and $cron->{'day_of_week'} eq $option{'day_of_week'} and $cron->{'day_of_month'} eq $option{'day_of_month'} and $cron->{'command'} eq $option{'command'}
138 0 0 0 exists $option{'on_change'} and ref $option{'on_change'} eq "CODE"

or 2 conditions

line l !l condition
83 0 0 $option{'ensure'} ||= "present"