| /tmp/wj8oNL4RD3 | |||
|---|---|---|---|
| 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 FooMatch; | ||||||
| 2 | 5 | 5 | 18970372 | use Mite::Shim; | |||
| 5 | 74 | ||||||
| 5 | 305 | ||||||
| 3 | 5 | 5 | 1347 | use Types::Standard qw( StrMatch ); | |||
| 5 | 34 | ||||||
| 5 | 358 | ||||||
| 4 | has attr => | ||||||
| 5 | is => 'rw', | ||||||
| 6 | isa => StrMatch[ qr/A/i ]; | ||||||
| 7 | 1; |