File Coverage

lib/Acme/Flat/PVOP.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   945 use 5.006;
  1         3  
  1         48  
2 1     1   7 use strict;
  1         2  
  1         50  
3 1     1   6 use warnings;
  1         1  
  1         89  
4              
5             package Acme::Flat::PVOP;
6              
7             # ABSTRACT: An Operator with an embedded C Pointer
8              
9             our $VERSION = '0.001000';
10              
11             our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY
12              
13 1     1   587 use parent qw( Acme::Flat::OP );
  1         343  
  1         8  
14 1     1   69 use Class::Tiny;
  1         1  
  1         4  
15              
16             1;
17              
18             __END__