blib/lib/Proc/Exists/Configuration.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 3 | 3 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 1 | 1 | 100.0 |
pod | n/a | ||
total | 4 | 4 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Proc::Exists::Configuration; | ||||||
2 | |||||||
3 | 2 | 2 | 175 | use strict; | |||
2 | 5 | ||||||
2 | 1167 | ||||||
4 | eval { require warnings; }; #it's ok if we can't load warnings | ||||||
5 | |||||||
6 | $Proc::Exists::Configuration::want_pureperl = 0; | ||||||
7 | |||||||
8 | 1; | ||||||
9 | __END__ |