t/_compile.t | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 15 | 15 | 100.0 |
branch | 1 | 2 | 50.0 |
condition | n/a | ||
subroutine | 4 | 4 | 100.0 |
pod | n/a | ||
total | 20 | 21 | 95.2 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | 4 | 4 | 55634 | use strict; | |||
4 | 8 | ||||||
4 | 112 | ||||||
2 | 4 | 4 | 14 | use warnings; | |||
4 | 2 | ||||||
4 | 70 | ||||||
3 | 4 | 4 | 1316 | use Test::More; | |||
4 | 43936 | ||||||
4 | 22 | ||||||
4 | 4 | 4 | 192292 | eval "use Test::Compile"; | |||
4 | 798 | ||||||
4 | 16722 | ||||||
4 | 14 | ||||||
5 | 4 | 50 | 172 | plan skip_all => "Test::Compile required for testing compilation" | |||
6 | if $@; | ||||||
7 | 4 | 12 | all_pm_files_ok(); | ||||
8 |