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 81     81   314620 use strict;
  81         119  
  81         2867  
4 81     81   283 use warnings;
  81         152  
  81         3680  
5              
6 81     81   30565 use Algorithm::Classifier::IsolationForest::App;
  81         270  
  81         808  
7 81         9774696 Algorithm::Classifier::IsolationForest::App->run;