File Coverage

blib/lib/Collectd/Plugins/Riemann.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 Collectd::Plugins::Riemann;
2              
3             require 5.008002;
4 1     1   18538 use version;
  1         1861  
  1         6  
5              
6             =head1 NAME
7              
8             Collectd::Plugins::Riemann - Collectd plugins for Riemann.
9              
10             =head1 SYNOPSIS
11              
12             To be used with L.
13              
14             Please refer to the L documentation.
15             Or C
16              
17             =head1 FILES
18              
19             /etc/collectd.conf
20             /etc/collectd.d/
21              
22             =head1 SEE ALSO
23              
24             Collectd, collectd-perl, collectd
25              
26             =cut
27              
28             our $VERSION = version->parse('v0.2.3');
29              
30             1;
31