| lib/OneTool.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 | package OneTool; | ||||||
| 2 | |||||||
| 3 | =head1 NAME | ||||||
| 4 | |||||||
| 5 | OneTool - OneTool Main module | ||||||
| 6 | |||||||
| 7 | =head1 DESCRIPTION | ||||||
| 8 | |||||||
| 9 | OneTool is an integrated suite of programs (logmanagement, monitoring, wiki...) | ||||||
| 10 | |||||||
| 11 | =cut | ||||||
| 12 | |||||||
| 13 | 1 | 1 | 617 | use strict; | |||
| 1 | 1 | ||||||
| 1 | 38 | ||||||
| 14 | 1 | 1 | 6 | use warnings; | |||
| 1 | 1 | ||||||
| 1 | 55 | ||||||
| 15 | |||||||
| 16 | our $VERSION = '0.1'; | ||||||
| 17 | |||||||
| 18 | 1; | ||||||
| 19 | |||||||
| 20 | =head1 AUTHOR | ||||||
| 21 | |||||||
| 22 | Sebastien Thebert |
||||||
| 23 | |||||||
| 24 | =cut |