| opt/c3.pm | |||
|---|---|---|---|
| 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 | |||||||
| 2 | ## OPTIONAL MODULE | ||||||
| 3 | # this module is supplied simply the use of this module | ||||||
| 4 | # more aesthetically pleasing (at least to me), I think | ||||||
| 5 | # it is much nicer to see: | ||||||
| 6 | # | ||||||
| 7 | # use c3; | ||||||
| 8 | # | ||||||
| 9 | # then to see a bunch of: | ||||||
| 10 | # | ||||||
| 11 | # use Class::C3; | ||||||
| 12 | # | ||||||
| 13 | # all over the place. | ||||||
| 14 | |||||||
| 15 | package # ignore me PAUSE | ||||||
| 16 | c3; | ||||||
| 17 | |||||||
| 18 | BEGIN { | ||||||
| 19 | 6 | 6 | 243 | use Class::C3; | |||
| 6 | 63 | ||||||
| 6 | 102 | ||||||
| 20 | 6 | 6 | 71 | *{'c3::'} = *{'Class::C3::'}; | |||
| 6 | 89 | ||||||
| 6 | 91 | ||||||
| 21 | } | ||||||
| 22 | |||||||
| 23 | 1; |