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 = '2021-01-02'; # DATE
4             our $VERSION = '0.311'; # VERSION
5              
6 1     1   20 use 5.010;
  1         4  
7 1     1   5 use strict;
  1         3  
  1         21  
8 1     1   6 use warnings;
  1         2  
  1         30  
9              
10 1     1   418 use parent qw(Perinci::Object::Metadata);
  1         308  
  1         6  
11              
12 1     1 1 8 sub type { "resmeta" }
13              
14             1;
15             # ABSTRACT: Represent function/method result metadata
16              
17             __END__