File Coverage

blib/lib/App/PerlPackage2PlantUMLClassDiagram.pm
Criterion Covered Total %
statement 10 10 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 14 14 100.0


line stmt bran cond sub pod time code
1             package App::PerlPackage2PlantUMLClassDiagram;
2 1     1   860 use 5.014;
  1         3  
3 1     1   12 use 5.008001;
  1         3  
4 1     1   14 use strict;
  1         2  
  1         34  
5 1     1   5 use warnings;
  1         1  
  1         53  
6              
7             our $VERSION = "0.01";
8              
9             1;
10             __END__