File Coverage

blib/lib/Acme/Flat/SVOP.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   520 use 5.006;
  1         3  
2 1     1   6 use strict;
  1         1  
  1         29  
3 1     1   4 use warnings;
  1         2  
  1         95  
4              
5             package Acme::Flat::SVOP;
6              
7             # ABSTRACT: An Operation with a static embedded SV.
8              
9             our $VERSION = '0.001001';
10              
11             our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY
12              
13 1     1   513 use parent qw( Acme::Flat::OP );
  1         366  
  1         7  
14 1     1   29 use Class::Tiny;
  1         2  
  1         2  
15              
16             1;
17              
18             __END__