Condition Coverage

blib/lib/Cron/Sequencer/CLI.pm
Criterion Covered Total %
condition 20 20 100.0


and 3 conditions

line !l l&&!r l&&r condition
30 118 1 19 $item =~ /\A--json(?:=(.*)|)\z/su and not @groups
49 9 3 2 $json->{'seq'} and $json->{'split'}
90 46 2 2 $global_options{'hide-env'} and $options{'env'}

or 2 conditions

line l !l condition
52 1 3 $json //= {}
116 15 2 $options->{'from'} // "+0"
128 12 5 $options->{'to'} // "+3600"
143 21 32 $options->{'show'} // "today"

or 3 conditions

line l !l&&r !l&&!r condition
111 15 2 53 defined $options->{'from'} or defined $options->{'to'}