File Coverage

example/lib/Test/Cool/commands/coffee.pl
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             #!/usr/bin/env perl
2             package Test::Cool::coffee;
3 2     2   16 use Getopt::App;
  2         5  
  2         10  
4             run(qw(h v|version dummy), sub { shift; print join('/', __FILE__, @_), "\n"; return 12 });