Condition Coverage

blib/lib/App/VTide/Command/History.pm
Criterion Covered Total %
condition 0 14 0.0


and 3 conditions

line !l l&&!r l&&r condition
29 0 0 0 @ARGV && $ARGV[$#ARGV] =~ /^\d+$/
40 0 0 0 $search and not $command =~ /$search/
43 0 0 0 $ignore and $command =~ /$ignore/
74 0 0 0 $item and @$item

or 2 conditions

line l !l condition
28 0 0 $self->defaults->{'number'} || 10