Condition Coverage

blib/lib/Bot/BasicBot/Pluggable/Module/Crontab.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

line !l l&&!r l&&r condition
57 0 0 0 $$cron{'modulus'} and $$cron{'result'} == 'DateTime'->now->week_number % $$cron{'modulus'}
0 0 0 $$cron{'weekno'} =~ /^\d+$/ and 'DateTime'->now->week_number == $$cron{'weekno'}

or 3 conditions

line l !l&&r !l&&!r condition
57 0 0 0 $$cron{'modulus'} and $$cron{'result'} == 'DateTime'->now->week_number % $$cron{'modulus'} or $$cron{'weekno'} =~ /^\d+$/ and 'DateTime'->now->week_number == $$cron{'weekno'}
0 0 0 $$cron{'weekno'} eq '*' or ($$cron{'modulus'} and $$cron{'result'} == 'DateTime'->now->week_number % $$cron{'modulus'} or $$cron{'weekno'} =~ /^\d+$/ and 'DateTime'->now->week_number == $$cron{'weekno'})