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 = '2018-10-18'; # DATE
4             our $VERSION = '0.310'; # VERSION
5              
6 1     1   18 use 5.010;
  1         3  
7 1     1   6 use strict;
  1         2  
  1         19  
8 1     1   5 use warnings;
  1         2  
  1         27  
9              
10 1     1   395 use parent qw(Perinci::Object::Metadata);
  1         277  
  1         5  
11              
12 1     1 1 7 sub type { "resmeta" }
13              
14             1;
15             # ABSTRACT: Represent function/method result metadata
16              
17             __END__