| blib/lib/App/lsnic.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 App::lsnic; | ||||||
| 2 | 1 | 1 | 69351 | use strict; | |||
| 1 | 10 | ||||||
| 1 | 51 | ||||||
| 3 | # ABSTRACT: Display table of network controllers | ||||||
| 4 | our $VERSION = '0.005'; # VERSION | ||||||
| 5 | |||||||
| 6 | =head1 NAME | ||||||
| 7 | |||||||
| 8 | App::lsnic - Display table of network controllers | ||||||
| 9 | |||||||
| 10 | =head1 VERSION | ||||||
| 11 | |||||||
| 12 | version 0.005 | ||||||
| 13 | |||||||
| 14 | =cut | ||||||
| 15 | 1; |