Branch Coverage

blib/lib/Algorithm/Classifier/IsolationForest/App/Command/accel.pm
Criterion Covered Total %
branch 16 40 40.0


line true false branch
77 1 0 $Algorithm::Classifier::IsolationForest::HAS_C ? :
78 1 0 $Algorithm::Classifier::IsolationForest::HAS_OPENMP ? :
79 1 0 $Algorithm::Classifier::IsolationForest::HAS_SIMD ? :
92 0 1 if ref $bf eq "HASH" and $bf->{'prebuilt'}
95 1 0 $c_source eq 'runtime' ? :
0 1 $c_source eq 'prebuilt' ? :
101 1 0 $has_c ? :
102 1 0 $has_openmp ? :
103 1 0 $has_simd ? :
105 0 1 if ($c_source ne "prebuilt" and $prebuilt_installed)
107 0 0 if $ENV{'IF_RUNTIME_BUILD'}
108 0 0 if $ENV{'IF_NO_C'}
110 0 0 @why ? :
118 1 0 if ($has_c)
126 1 0 if $has_openmp
127 1 0 if $has_simd
129 1 0 $c_source eq 'runtime' ? :
0 1 $c_source eq 'prebuilt' ? :
134 1 0 if ($has_c and @features) { }
0 0 elsif ($has_c) { }