File Coverage

blib/lib/Acme/Flat/PMOP.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 1     1   331 use 5.006;
  1         2  
2 1     1   7 use strict;
  1         1  
  1         23  
3 1     1   3 use warnings;
  1         1  
  1         58  
4              
5             package Acme::Flat::PMOP;
6              
7             # ABSTRACT: A Regexp (Pattern Matching) Operation
8              
9             our $VERSION = '0.001001';
10              
11             our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY
12              
13 1     1   347 use parent qw( Acme::Flat::LISTOP );
  1         214  
  1         6  
14 1     1   26 use Class::Tiny;
  1         1  
  1         4  
15              
16             1;
17              
18             __END__