File Coverage

lib/Acme/Flat/PMOP.pm
Criterion Covered Total %
statement 15 15 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 20 20 100.0


line stmt bran cond sub pod time code
1 1     1   745 use 5.006;
  1         3  
  1         31  
2 1     1   4 use strict;
  1         2  
  1         30  
3 1     1   3 use warnings;
  1         2  
  1         63  
4              
5             package Acme::Flat::PMOP;
6              
7             # ABSTRACT: A Regexp (Pattern Matching) Operation
8              
9             our $VERSION = '0.001000';
10              
11             our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY
12              
13 1     1   340 use parent qw( Acme::Flat::LISTOP );
  1         262  
  1         5  
14 1     1   26 use Class::Tiny;
  1         1  
  1         3  
15              
16             1;
17              
18             __END__