blib/lib/App/MusicTools.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 2 | 2 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 1 | 1 | 100.0 |
pod | n/a | ||
total | 3 | 3 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | # -*- Perl -*- | ||||||
2 | # | ||||||
3 | # Of more interest may be the scripts listed as EXE_FILES in Makefile.PL. | ||||||
4 | |||||||
5 | package App::MusicTools; | ||||||
6 | 1 | 1 | 4271 | use 5.014000; | |||
1 | 3 | ||||||
7 | our $VERSION = '1.32'; | ||||||
8 | 1; | ||||||
9 | |||||||
10 | __END__ |