File Coverage

blib/lib/Acme/Flat.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 1     1   361 use 5.006; # our
  1         2  
2 1     1   3 use strict;
  1         1  
  1         20  
3 1     1   3 use warnings;
  1         2  
  1         69  
4              
5             package Acme::Flat;
6              
7             our $VERSION = '0.001001';
8              
9             # ABSTRACT: A Pure Perl reimplementation of B Internals
10              
11             our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY
12              
13             1;
14              
15             __END__