| /tmp/W4ROWLO5i3 | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 9 | 9 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 3 | 100.0 |
| pod | n/a | ||
| total | 12 | 12 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | use Mite::Shim; | ||||||
| 2 | 2 | 2 | 4885330 | has foo => | |||
| 2 | 4 | ||||||
| 2 | 19 | ||||||
| 3 | is => 'ro', | ||||||
| 4 | default => 23; | ||||||
| 5 | |||||||
| 6 | use Mite::Shim; | ||||||
| 7 | extends 'GP1'; | ||||||
| 8 | 2 | 2 | 224 | ||||
| 2 | 5 | ||||||
| 2 | 10 | ||||||
| 9 | use Mite::Shim; | ||||||
| 10 | extends 'P1'; | ||||||
| 11 | has "+foo" => | ||||||
| 12 | 2 | 2 | 167 | default => "child default"; | |||
| 2 | 3 | ||||||
| 2 | 8 | ||||||
| 13 | |||||||
| 14 | 1; |