File Coverage

blib/lib/Acme/Flat/LISTOP.pm
Criterion Covered Total %
statement 14 14 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 19 19 100.0


line stmt bran cond sub pod time code
1 3     3   1229 use 5.006;
  3         10  
2 3     3   15 use strict;
  3         4  
  3         88  
3 3     3   13 use warnings;
  3         4  
  3         208  
4              
5             package Acme::Flat::LISTOP;
6              
7             # ABSTRACT: A List Operation
8              
9             our $VERSION = '0.001001';
10              
11             our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY
12              
13 3     3   494 use parent qw( Acme::Flat::BINOP );
  3         304  
  3         18  
14 3     3   106 use Class::Tiny;
  3         3  
  3         9  
15              
16             1;
17              
18             __END__