File Coverage

script/oo_modulino_zsh_completion_helper.pl
Criterion Covered Total %
statement 16 16 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 21 21 100.0


line stmt bran cond sub pod time code
1             #!/usr/bin/env perl
2 11     11   63463 use strict;
  11         27  
  11         510  
3 11     11   60 use warnings;
  11         21  
  11         678  
4              
5 11     11   5695 use FindBin;
  11         18896  
  11         1022  
6 11         6843 use if -d "$FindBin::RealBin/../lib/App"
7 11     11   85 , lib => "$FindBin::RealBin/../lib";
  11         54  
8              
9 11     11   19612 use App::oo_modulino_zsh_completion_helper -as_base;
  11         64  
  11         271  
10              
11 11         2010475 MY->cli_run(\@ARGV, {0 => 'zero'});