File Coverage

bin/perlglue
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/bin/env perl
2              
3 6     6   27112 use strict;
  6         10  
  6         233  
4 6     6   25 use warnings;
  6         8  
  6         311  
5              
6 6     6   2884 use App::PerlGlue;
  6         19  
  6         7224  
7              
8 6         633921 exit App::PerlGlue->run(@ARGV);