File Coverage

blib/lib/Twiggy.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package Twiggy;
2 1     1   71339 use strict;
  1         2  
  1         29  
3 1     1   5 use warnings;
  1         2  
  1         23  
4 1     1   24 use 5.008_001;
  1         4  
5             our $VERSION = '0.1026';
6              
7             1;
8             __END__