File Coverage

script/perlbrew
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 10 10 100.0


line stmt bran cond sub pod time code
1             #!/usr/bin/perl
2 8     8   39866 use strict;
  8         13  
  8         300  
3 8     8   6292 use App::perlbrew;
  8         40  
  8         719860  
4              
5 8         665653 my $app = App::perlbrew->new(@ARGV);
6 8         41 $app->run();
7              
8             __END__