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 01d08f87dc85 2015/10/01 17:05:38 gomor $
3             #
4             package Splunklib;
5 1     1   583 use strict;
  1         1  
  1         23  
6 1     1   4 use warnings;
  1         2  
  1         43  
7              
8             our $VERSION = '0.21';
9              
10             1;
11              
12             __END__