File Coverage

blib/lib/PAUSE/Packages/Module.pm
Criterion Covered Total %
statement 5 5 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 7 7 100.0


line stmt bran cond sub pod time code
1             $PAUSE::Packages::Module::VERSION = '0.18';
2             use 5.8.1;
3 6     6   75 use Moo 1.006;
  6         23  
4 6     6   31  
  6         84  
  6         44  
5             has 'name' => (is => 'ro');
6             has 'version' => (is => 'ro');
7              
8             1;