File Coverage

blib/lib/Alien/Build/Plugin/Fetch/PromptBeforeDownload.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Alien::Build::Plugin::Fetch::PromptBeforeDownload;
2              
3 1     1   1053 use strict;
  1         3  
  1         41  
4 1     1   9 use warnings;
  1         4  
  1         46  
5 1     1   9 use base qw( Alien::Build::Plugin::Fetch::Prompt );
  1         3  
  1         133  
6              
7             # ABSTRACT: Backwards compatible plugin name
8             our $VERSION = '0.59'; # VERSION
9              
10              
11             1;
12              
13             __END__