File Coverage

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   9 use strict;
  2         2  
  2         119  
4             eval { require warnings; }; #it's ok if we can't load warnings
5              
6             $Proc::Exists::Configuration::EPERM = 1;
7             $Proc::Exists::Configuration::ESRCH = 3;
8             $Proc::Exists::Configuration::want_pureperl = 0;
9              
10             1;
11             __END__