File Coverage

blib/lib/Acme/Flat/OP.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 11     11   3447 use 5.006;
  11         26  
  11         322  
2 11     11   40 use strict;
  11         11  
  11         229  
3 11     11   33 use warnings;
  11         11  
  11         470  
4              
5             package Acme::Flat::OP;
6              
7             # ABSTRACT: An Operation
8              
9             our $VERSION = '0.001000';
10              
11             our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY
12              
13 11     11   4538 use Class::Tiny;
  11         22172  
  11         49  
14              
15             1;
16              
17             __END__