blib/lib/Nagios/Plugin/Range.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 9 | 9 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 3 | 3 | 100.0 |
pod | n/a | ||
total | 12 | 12 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Nagios::Plugin::Range; | ||||||
2 | |||||||
3 | 5 | 5 | 21158 | use strict; | |||
5 | 7 | ||||||
5 | 178 | ||||||
4 | 5 | 5 | 39 | use warnings; | |||
5 | 19 | ||||||
5 | 188 | ||||||
5 | 5 | 5 | 23 | use base 'Monitoring::Plugin::Range'; | |||
5 | 4 | ||||||
5 | 2953 | ||||||
6 | our $VERSION = $Nagios::Plugin::Functions::VERSION; | ||||||
7 | |||||||
8 | 1; | ||||||
9 | |||||||
10 | __END__ |