/tmp/6uzT9igim1 | |||
---|---|---|---|
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 | 4404143 | has foo => | |||
2 | 16 | ||||||
2 | 43 | ||||||
3 | is => 'rw', | ||||||
4 | default => 23; | ||||||
5 | |||||||
6 | use Mite::Shim; | ||||||
7 | extends 'GP1'; | ||||||
8 | 2 | 2 | 309 | has foo => | |||
2 | 4 | ||||||
2 | 7 | ||||||
9 | is => 'rw', | ||||||
10 | default => 42; | ||||||
11 | |||||||
12 | use Mite::Shim; | ||||||
13 | extends 'P1'; | ||||||
14 | has "bar" => | ||||||
15 | 2 | 2 | 216 | is => 'rw'; | |||
2 | 8 | ||||||
2 | 10 | ||||||
16 | |||||||
17 | 1; |