File Coverage

blib/lib/WebService/Speechmatics/Submission.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package WebService::Speechmatics::Submission;
2             $WebService::Speechmatics::Submission::VERSION = '0.01';
3 1     1   15 use 5.010;
  1         2  
  1         39  
4 1     1   5 use Moo 1.006;
  1         14  
  1         5  
5              
6             has balance => (is => 'ro', required => 1);
7             has cost => (is => 'ro', required => 1);
8             has id => (is => 'ro', required => 1);
9              
10             1;
11              
12              
13             =head1 NAME
14              
15             WebService::Speechmatics::Submission - data object that holds the response from submitting a job
16              
17             =head1 SYNOPSIS
18              
19             =head1 DESCRIPTION
20