File Coverage

bin/iforest
Criterion Covered Total %
statement 10 10 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 13 13 100.0


line stmt bran cond sub pod time code
1             #!/usr/local/bin/perl
2              
3 9     9   33169 use strict;
  9         14  
  9         274  
4 9     9   41 use warnings;
  9         19  
  9         365  
5              
6 9     9   3040 use Algorithm::Classifier::IsolationForest::App;
  9         28  
  9         89  
7 9         1086154 Algorithm::Classifier::IsolationForest::App->run;