| blib/lib/JMAP/Tester/Role/SentenceBroker.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 3 | 3 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 1 | 1 | 100.0 |
| pod | n/a | ||
| total | 4 | 4 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package JMAP::Tester::Role::SentenceBroker 0.101; | ||||||
| 2 | |||||||
| 3 | 1 | 1 | 655 | use Moo::Role; | |||
| 1 | 3 | ||||||
| 1 | 8 | ||||||
| 4 | |||||||
| 5 | requires 'client_ids_for_items'; | ||||||
| 6 | requires 'sentence_for_item'; | ||||||
| 7 | requires 'paragraph_for_items'; | ||||||
| 8 | |||||||
| 9 | requires 'strip_json_types'; | ||||||
| 10 | |||||||
| 11 | requires 'abort'; | ||||||
| 12 | |||||||
| 13 | 1; | ||||||
| 14 | |||||||
| 15 | __END__ |