File Coverage

blib/lib/Dist/Joseki.pm
Criterion Covered Total %
statement 12 13 92.3
branch n/a
condition n/a
subroutine 4 5 80.0
pod 0 1 0.0
total 16 19 84.2


line stmt bran cond sub pod time code
1             package Dist::Joseki;
2 1     1   33 use 5.006;
  1         4  
  1         45  
3 1     1   6 use warnings;
  1         2  
  1         44  
4 1     1   15 use strict;
  1         2  
  1         45  
5 1     1   588 use Dist::Joseki::DistType;
  1         3  
  1         13  
6             our $VERSION = '0.20';
7 0     0 0   sub get_dist_type { Dist::Joseki::DistType->new }
8             1;
9             __END__