File Coverage

blib/lib/Gentoo/Dependency/AST/Node/Group/NotUse.pm
Criterion Covered Total %
statement 10 10 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 14 14 100.0


line stmt bran cond sub pod time code
1              
2 1     1   4 use strict;
  1         2  
  1         24  
3 1     1   4 use warnings;
  1         1  
  1         32  
4              
5             package Gentoo::Dependency::AST::Node::Group::NotUse;
6             BEGIN {
7 1     1   36 $Gentoo::Dependency::AST::Node::Group::NotUse::AUTHORITY = 'cpan:KENTNL';
8             }
9             {
10             $Gentoo::Dependency::AST::Node::Group::NotUse::VERSION = '0.001001';
11             }
12              
13             # ABSTRACT: A group of dependencies that require a C disabled to trigger require
14              
15              
16 1     1   3 use parent 'Gentoo::Dependency::AST::Node::Group::Use';
  1         2  
  1         3  
17              
18             1;
19              
20             __END__