Condition Coverage

blib/lib/Algorithm/Classifier/IsolationForest/App/Command/fit.pm
Criterion Covered Total %
condition 12 21 57.1


and 3 conditions

line !l l&&!r l&&r condition
92 3 9 0 defined $opt->{'s'} and $opt->{'s'} <= 0
96 0 12 0 not defined $opt->{'extended'} and defined $opt->{'e'}
101 6 2 0 -e $opt->{'o'} and not $opt->{'w'}
106 12 0 0 defined $opt->{'e'} and $opt->{'e'} < 0
110 8 3 1 defined $opt->{'voting'} and not $opt->{'voting'} =~ /\A(?:mean|majority)\z/
189 7 0 0 $iforest && ref $iforest->{'mungers'} eq 'HASH' && %{$iforest->{'mungers'};}

or 3 conditions

line l !l&&r !l&&!r condition
130 1 0 3 defined $opt->{'t'} or defined $opt->{'mungers'}