Condition Coverage

blib/lib/Algorithm/Classifier/IsolationForest/App/Command/csv2plot.pm
Criterion Covered Total %
condition 0 33 0.0


and 3 conditions

line !l l&&!r l&&r condition
57 0 0 0 -e $opt->{'o'} and not $opt->{'w'}
0 0 0 -e $opt->{'o'} and not -f $opt->{'o'}
0 0 0 -e $opt->{'o'} and not -w $opt->{'o'}
65 0 0 0 $opt->{'p'} ne "auto" and $opt->{'p'} ne "2heat"
0 0 0 $opt->{'p'} ne "auto" and $opt->{'p'} ne "2heat" and $opt->{'p'} ne "3range"
0 0 0 $opt->{'p'} ne "auto" and $opt->{'p'} ne "2heat" and $opt->{'p'} ne "3range" and $opt->{'p'} ne "3binary"
83 0 0 0 $opt->{'p'} eq "auto" and $ncols >= 4
0 0 0 $opt->{'p'} eq "auto" and $ncols >= 2
0 0 0 $opt->{'p'} eq "2heat" and $ncols < 2
0 0 0 $opt->{'p'} eq "3range" and $ncols < 3
0 0 0 $opt->{'p'} eq "3binary" and $ncols < 3