File Coverage

blib/lib/WebService/Speechmatics/Transcript.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::Transcript;
2             $WebService::Speechmatics::Transcript::VERSION = '0.01';
3 1     1   11 use 5.010;
  1         2  
  1         27  
4 1     1   7 use Moo 1.006;
  1         8  
  1         3  
5              
6             has job => (is => 'ro');
7             has speakers => (is => 'ro');
8             has words => (is => 'ro');
9              
10             1;
11              
12              
13             =head1 NAME
14              
15             WebService::Speechmatics::Transcript - data object that holds details of a transcription
16              
17             =head1 SYNOPSIS
18              
19             =head1 DESCRIPTION
20