File Coverage

blib/lib/OptArgs2/SubCmd_CI.pm
Criterion Covered Total %
statement 50 55 90.9
branch 10 18 55.5
condition 3 6 50.0
subroutine 11 12 91.6
pod 0 3 0.0
total 74 94 78.7


line stmt bran cond sub pod time code
1             # Generated by Class::Inline version 0.0.1
2             # Date: Tue Sep 27 10:07:03 2022
3 3     3   16 use strict;
  3         5  
  3         74  
4 3     3   12 use warnings;
  3         5  
  3         114  
5              
6              
7 3 50 33 3 0 13 package OptArgs2::SubCmd;BEGIN {require OptArgs2::CmdBase;our@ISA=('OptArgs2::CmdBase')};our$_HAS;sub OptArgs2::SubCmd_CI::import {shift;$_HAS={@_ > 1 ? @_ : %{$_[0]}};$_HAS=$_HAS->{'has'}if exists$_HAS->{'has'}}our%_ATTRS;my%_BUILD_CHECK;sub new {my$class=shift;my$self={@_ ? @_ > 1 ? @_ : %{$_[0]}: ()};%_ATTRS=map {($_=>1)}keys %$self;bless$self,ref$class || $class;$_BUILD_CHECK{$class}//= do {my@possible=($class);my@BUILD;my@CHECK;while (@possible){no strict 'refs';my$c=shift@possible;push@BUILD,$c .'::BUILD' if exists &{$c .'::BUILD'};push@CHECK,$c .'::__CHECK' if exists &{$c .'::__CHECK'};push@possible,@{$c .'::ISA'}}[reverse(@CHECK),reverse(@BUILD)]};map {$self->$_}@{$_BUILD_CHECK{$class}};Carp::carp("OptArgs2::SubCmd attribute '$_' unexpected")for keys%_ATTRS;$self}sub __RO {my (undef,undef,undef,$sub)=caller(1);Carp::croak("attribute $sub is read-only")}sub __CHECK {if (my@missing=grep {not exists $_[0]->{$_}}'name','parent'){Carp::croak('OptArgs2::SubCmd attribute(s) required: ' .join(', ',@missing))}no strict 'refs';my$_attrs=*{ref($_[0]).'::_ATTRS'};map {delete$_attrs->{$_}}keys %$_HAS}sub name {$_[0]->__RO($_[1])if @_ > 1;$_[0]{'name'}}sub parent {$_[0]->__RO($_[1])if @_ > 1;$_[0]{'parent'}}BEGIN {$INC{'OptArgs2/SubCmd.pm'}=__FILE__}
  3 50 66 3 0 525  
  3 50   3 0 18  
  3 50   3   5  
  3 50   5   684  
  3 50   0   18  
  3 100   3   15  
  3 50   28   498  
  3 50   5   79  
  5     20   11  
  10         33  
  0         0  
  5         8  
  5         19  
  5         11  
  10         21  
  0         0  
  0         0  
  3         5  
  3         14  
  0         0  
  3         253  
  28         47  
  28         117  
  5         9  
  5         33  
  0         0  
  5         15  
  30         44  
  5         30  
  5         23  
  2         6  
  2         9  
  2         7  
  4         9  
  4         5  
  4         17  
  4         14  
  4         17  
  4         6  
  4         15  
  2         10  
  5         6  
  15         37  
  5         10  
  5         21  
  5         12  
  20         46  
  20         55  
8             1;