| blib/lib/Alien/pdf2json.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 14 | 14 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 5 | 5 | 100.0 |
| pod | 1 | 1 | 100.0 |
| total | 20 | 20 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Alien::pdf2json; | ||||||
| 2 | $Alien::pdf2json::VERSION = '0.002'; | ||||||
| 3 | 1 | 1 | 16090 | use strict; | |||
| 1 | 1 | ||||||
| 1 | 23 | ||||||
| 4 | 1 | 1 | 3 | use warnings; | |||
| 1 | 1 | ||||||
| 1 | 19 | ||||||
| 5 | |||||||
| 6 | 1 | 1 | 370 | use parent 'Alien::Base'; | |||
| 1 | 216 | ||||||
| 1 | 5 | ||||||
| 7 | 1 | 1 | 29656 | use File::Spec; | |||
| 1 | 1 | ||||||
| 1 | 45 | ||||||
| 8 | |||||||
| 9 | sub pdf2json_path { | ||||||
| 10 | 1 | 1 | 1 | 27 | my ($self) = @_; | ||
| 11 | 1 | 5 | File::Spec->catfile( $self->dist_dir , 'bin', 'pdf2json' ); | ||||
| 12 | } | ||||||
| 13 | |||||||
| 14 | 1; | ||||||
| 15 | |||||||
| 16 | __END__ |