File Coverage

blib/lib/Splunklib.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             #
2             # $Id: Splunklib.pm,v e46bf13852d9 2015/10/03 10:12:28 gomor $
3             #
4             package Splunklib;
5 1     1   855 use strict;
  1         2  
  1         34  
6 1     1   5 use warnings;
  1         2  
  1         55  
7              
8             our $VERSION = '0.22';
9              
10             1;
11              
12             __END__