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 | 4 | use strict; | |||
1 | 2 | ||||||
1 | 23 | ||||||
3 | 1 | 1 | 4 | use warnings; | |||
1 | 1 | ||||||
1 | 59 | ||||||
4 | $App::bif::Build::VERSION = '0.1.5_6'; | ||||||
5 | $App::bif::Build::COMMIT = '7d0cd1d83a6e90c392ec9d04cbfb54fbb09e03c3'; | ||||||
6 | $App::bif::Build::DATE = '2015-10-19 22:40:51'; | ||||||
7 | $App::bif::Build::FILE = __FILE__; | ||||||
8 | 1; | ||||||
9 | __END__ |