Condition Coverage

lib/Mojolicious/Plugin/Vparam/Datetime.pm
Criterion Covered Total %
condition 7 12 58.3


and 3 conditions

line !l l&&!r l&&r condition
90 0 1 7 ref $_[1] && ($conf->{'date'} || !$_[2]{'blessed'})
103 0 0 7 ref $_[1] && ($conf->{'time'} || !$_[2]{'blessed'})
116 1 18 14 ref $_[1] && ($conf->{'datetime'} || !$_[2]{'blessed'})

or 3 conditions

line l !l&&r !l&&!r condition
72 0 46 0 $tz //= 'DateTime'->now('time_zone', 'local')->strftime('%z')