| blib/lib/Task/Labyrinth/Plugin/Music.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 | package Task::Labyrinth::Plugin::Music; | ||||||
| 2 | |||||||
| 3 | 5 | 5 | 84063 | use strict; | |||
| 5 | 10 | ||||||
| 5 | 183 | ||||||
| 4 | 5 | 5 | 23 | use warnings; | |||
| 5 | 7 | ||||||
| 5 | 295 | ||||||
| 5 | |||||||
| 6 | our $VERSION = '1.01'; | ||||||
| 7 | |||||||
| 8 | qq< | ||||||
| 9 | I am little pieces little pieces little pieces | ||||||
| 10 | Pieces that were picked up on the way | ||||||
| 11 | Imprinted with a purpose with a purpose with a purpose | ||||||
| 12 | A purpose that's become quite clear today | ||||||
| 13 | |||||||
| 14 | Lyrics by Trent Reznor. | ||||||
| 15 | >; | ||||||
| 16 | |||||||
| 17 | __END__ |