| blib/lib/Alien/libpcre.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| statement | 11 | 11 | 100.0 | 
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 4 | 4 | 100.0 | 
| pod | n/a | ||
| total | 15 | 15 | 100.0 | 
| line | stmt | bran | cond | sub | pod | time | code | 
|---|---|---|---|---|---|---|---|
| 1 | package Alien::libpcre; | ||||||
| 2 | |||||||
| 3 | 1 | 1 | 284307 | use strict; | |||
| 1 | 11 | ||||||
| 1 | 30 | ||||||
| 4 | 1 | 1 | 5 | use warnings; | |||
| 1 | 3 | ||||||
| 1 | 22 | ||||||
| 5 | 1 | 1 | 16 | use 5.008001; | |||
| 1 | 3 | ||||||
| 6 | 1 | 1 | 5 | use base qw( Alien::Base ); | |||
| 1 | 2 | ||||||
| 1 | 568 | ||||||
| 7 | |||||||
| 8 | # ABSTRACT: Find or download and install libpcre (The "Perl Compatible" Regular Expressions library) | ||||||
| 9 | our $VERSION = '0.02'; # VERSION | ||||||
| 10 | |||||||
| 11 | |||||||
| 12 | |||||||
| 13 | |||||||
| 14 | |||||||
| 15 | |||||||
| 16 | 1; | ||||||
| 17 | |||||||
| 18 | __END__ |