File Coverage

blib/lib/Perinci/Object/ResMeta.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod 1 1 100.0
total 18 18 100.0


line stmt bran cond sub pod time code
1             package Perinci::Object::ResMeta;
2              
3             our $DATE = '2017-02-03'; # DATE
4             our $VERSION = '0.30'; # VERSION
5              
6 1     1   36 use 5.010;
  1         4  
7 1     1   5 use strict;
  1         1  
  1         23  
8 1     1   3 use warnings;
  1         1  
  1         29  
9              
10 1     1   394 use parent qw(Perinci::Object::Metadata);
  1         261  
  1         5  
11              
12 1     1 1 8 sub type { "resmeta" }
13              
14             1;
15             # ABSTRACT: Represent function/method result metadata
16              
17             __END__