| blib/lib/Alt/ExtUtils/PkgConfig/PLICEASE.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 Alt::ExtUtils::PkgConfig::PLICEASE; | ||||||
| 2 | |||||||
| 3 | 1 | 1 | 617 | use strict; | |||
| 1 | 1 | ||||||
| 1 | 22 | ||||||
| 4 | 1 | 1 | 3 | use warnings; | |||
| 1 | 1 | ||||||
| 1 | 34 | ||||||
| 5 | |||||||
| 6 | # ABSTRACT: Simplistic interface to pkgconf (like pkg-config) | ||||||
| 7 | our $VERSION = '1.15'; # VERSION | ||||||
| 8 | |||||||
| 9 | |||||||
| 10 | 1; | ||||||
| 11 | |||||||
| 12 | __END__ |