blib/lib/App/bif/Build.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 App::bif::Build; | ||||||
2 | 1 | 1 | 5 | use strict; | |||
1 | 2 | ||||||
1 | 23 | ||||||
3 | 1 | 1 | 5 | use warnings; | |||
1 | 2 | ||||||
1 | 58 | ||||||
4 | $App::bif::Build::VERSION = '0.1.5_7'; | ||||||
5 | $App::bif::Build::COMMIT = '930ae5f0ffca59a00c6a6f8ec96511c6ddc1ba0f'; | ||||||
6 | $App::bif::Build::DATE = '2015-11-25 22:29:18'; | ||||||
7 | $App::bif::Build::FILE = __FILE__; | ||||||
8 | 1; | ||||||
9 | __END__ |