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 7     7   29874 use strict;
  7         12  
  7         247  
4 7     7   26 use warnings;
  7         11  
  7         364  
5              
6 7     7   3246 use App::PerlGlue;
  7         23  
  7         8625  
7              
8 7         853809 exit App::PerlGlue->run(@ARGV);