File Coverage

blib/lib/Labyrinth/Demo.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Labyrinth::Demo;
2              
3 5     5   77962 use warnings;
  5         10  
  5         158  
4 5     5   20 use strict;
  5         6  
  5         205  
5              
6             our $VERSION = '1.04';
7              
8             1;
9              
10             __END__