File Coverage

blib/lib/Call/Immediate/Call.pm
Criterion Covered Total %
statement 10 10 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 14 14 100.0


line stmt bran cond sub pod time code
1             package Call::Immediate::Call;
2              
3 1     1   954 use strict;
  1         3  
  1         39  
4 1     1   6 use warnings;
  1         2  
  1         30  
5 1     1   2435 no warnings 'uninitialized';
  1         4  
  1         82  
6              
7 2     2   2775 sub import { } # just ignore the call's return value
8              
9             1;