Condition Coverage

blib/lib/Algorithm/Classifier/IsolationForest/App/Command/predict.pm
Criterion Covered Total %
condition 8 15 53.3


and 3 conditions

line !l l&&!r l&&r condition
68 2 0 2 defined $opt->{'o'} and not $opt->{'w'}
2 2 0 defined $opt->{'o'} and not $opt->{'w'} and -e $opt->{'o'}
72 4 0 0 defined $opt->{'t'} and $opt->{'t'} <= 0
4 0 0 defined $opt->{'t'} and $opt->{'t'} >= 1
90 3 0 1 ref $iforest->{'mungers'} eq 'HASH' && %{$iforest->{'mungers'};}