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   19 use strict;
  3         5  
  3         75  
4 3     3   12 use warnings;
  3         6  
  3         124  
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 543  
  3 50   3 0 19  
  3 50   3   6  
  3 50   5   708  
  3 50   0   25  
  3 100   3   6  
  3 50   28   455  
  3 50   5   82  
  5     20   9  
  10         30  
  0         0  
  5         7  
  5         17  
  5         21  
  10         21  
  0         0  
  0         0  
  3         6  
  3         14  
  0         0  
  3         284  
  28         51  
  28         112  
  5         10  
  5         31  
  0         0  
  5         24  
  30         47  
  5         22  
  5         25  
  2         6  
  2         4  
  2         18  
  4         8  
  4         5  
  4         20  
  4         6  
  4         14  
  4         6  
  4         16  
  2         11  
  5         7  
  15         43  
  5         10  
  5         22  
  5         10  
  20         33  
  20         61  
8             1;