| blib/lib/WebService/Speechmatics/Word.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::Word; | ||||||
| 2 | $WebService::Speechmatics::Word::VERSION = '0.01'; | ||||||
| 3 | 1 | 1 | 11 | use 5.010; | |||
| 1 | 2 | ||||||
| 1 | 25 | ||||||
| 4 | 1 | 1 | 3 | use Moo 1.006; | |||
| 1 | 8 | ||||||
| 1 | 4 | ||||||
| 5 | |||||||
| 6 | has duration => (is => 'ro'); | ||||||
| 7 | has confidence => (is => 'ro'); | ||||||
| 8 | has name => (is => 'ro'); | ||||||
| 9 | has time => (is => 'ro'); | ||||||
| 10 | |||||||
| 11 | 1; | ||||||
| 12 | |||||||
| 13 | |||||||
| 14 | =head1 NAME | ||||||
| 15 | |||||||
| 16 | WebService::Speechmatics::Word - data object that holds details of a word in a transcript | ||||||
| 17 | |||||||
| 18 | =head1 SYNOPSIS | ||||||
| 19 | |||||||
| 20 | =head1 DESCRIPTION | ||||||
| 21 |