File Coverage

blib/lib/Task/Lego.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 Task::Lego;
2              
3 2     2   78450 use strict;
  2         10  
  2         55  
4 2     2   10 use warnings;
  2         4  
  2         95  
5              
6             our $VERSION = 0.04;
7              
8             1;
9              
10             __END__