| blib/lib/Alien/Build/Plugin/Fetch/PromptBeforeDownload.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::Build::Plugin::Fetch::PromptBeforeDownload; | ||||||
| 2 | |||||||
| 3 | 1 | 1 | 824 | use strict; | |||
| 1 | 2 | ||||||
| 1 | 23 | ||||||
| 4 | 1 | 1 | 4 | use warnings; | |||
| 1 | 2 | ||||||
| 1 | 24 | ||||||
| 5 | 1 | 1 | 15 | use 5.010; | |||
| 1 | 3 | ||||||
| 6 | 1 | 1 | 4 | use base qw( Alien::Build::Plugin::Fetch::Prompt ); | |||
| 1 | 2 | ||||||
| 1 | 143 | ||||||
| 7 | |||||||
| 8 | # ABSTRACT: Backwards compatible plugin name | ||||||
| 9 | our $VERSION = '0.61'; # VERSION | ||||||
| 10 | |||||||
| 11 | |||||||
| 12 | 1; | ||||||
| 13 | |||||||
| 14 | __END__ |