File Coverage

blib/lib/Acme/Flat/OP.pm
Criterion Covered Total %
statement 11 11 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 15 15 100.0


line stmt bran cond sub pod time code
1 11     11   4564 use 5.006;
  11         33  
2 11     11   51 use strict;
  11         16  
  11         264  
3 11     11   45 use warnings;
  11         17  
  11         673  
4              
5             package Acme::Flat::OP;
6              
7             # ABSTRACT: An Operation
8              
9             our $VERSION = '0.001001';
10              
11             our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY
12              
13 11     11   5343 use Class::Tiny;
  11         30357  
  11         56  
14              
15             1;
16              
17             __END__