blib/lib/Paws/Net/CallerRole.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 Paws::Net::CallerRole; | ||||||
2 | 22 | 22 | 503447 | use Moose::Role; | |||
22 | 94676 | ||||||
22 | 86 | ||||||
3 | |||||||
4 | requires 'do_call'; | ||||||
5 | requires 'caller_to_response'; | ||||||
6 | 1; |