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 22     22   85512 use strict;
  22         33  
  22         725  
4 22     22   76 use warnings;
  22         42  
  22         938  
5              
6 22     22   8044 use Algorithm::Classifier::IsolationForest::App;
  22         99  
  22         232  
7 22         2707772 Algorithm::Classifier::IsolationForest::App->run;