File Coverage

blib/lib/Acme/MetaSyntactic/Themes/Abigail.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package Acme::MetaSyntactic::Themes::Abigail;
2              
3 1     1   37942 use 5.006;
  1         3  
  1         33  
4 1     1   4 use strict;
  1         2  
  1         28  
5 1     1   4 use warnings;
  1         12  
  1         31  
6 1     1   4 no warnings 'syntax';
  1         1  
  1         52  
7              
8             our $VERSION = '2013073101';
9              
10              
11             1;
12              
13             __END__