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