Branch Coverage

File:local/lib/perl5/x86_64-linux/Params/Util.pm
Coverage:0.0%

line%coveragebranch
1670TFdefined $_[0] && !ref($_[0]) && $_[0] =~ /^[^\W\d]\w*\z/s ? :
1900TFdefined $_[0] && !ref($_[0]) && $_[0] =~ /^[^\W\d]\w*(?:::\w+)*\z/s ? :
2160TFdefined $_[0] && !ref($_[0]) && $_[0] =~ /^[^\W\d]\w*(?:::\w+)*\z/s && $_[0]->isa($_[1]) ? :
2310TFdefined $_[0] && !ref($_[0]) && $_[0] =~ /^[^\W\d]\w*(?:::\w+)*\z/s && $_[0]->DOES($_[1]) ? :
2570TFdefined $_[0] && !ref($_[0]) && $_[0] =~ /^[^\W\d]\w*(?:::\w+)*\z/s && $_[0] ne $_[1] && $_[0]->isa($_[1]) ? :
3030TFdefined $_[0] && !ref($_[0]) && $_[0] =~ /^[1-9]\d*$/ ? :
3330TFdefined $_[0] && !ref($_[0]) && $_[0] =~ /^(?:0|[1-9]\d*)$/ ? :
5960TFdefined $_[0] && (defined &Scalar::Util::blessed($_[0]) || _CLASS($_[0])) ? :
6360TF&Scalar::Util::blessed($_[0]) && $_[0]->DOES($_[1]) ? :
6790TFunless _ARRAY $set
0TFunless _INSTANCE $item, $_[0]
7090TFunless _ARRAY0 $set
0TFunless _INSTANCE $item, $_[0]
7410TFunless (defined $it)
0TFif (ref $it eq 'GLOB')
0TFif (tied $it and tied($it)->can('TIEHANDLE'))
0TFunless (&Scalar::Util::blessed($it))
0TFif ($it->isa('IO::Handle'))
0TFif ($it->isa('Tie::Handle'))
0TFif ($it->isa('IO::Scalar'))
0TFif ($it->isa('IO::String'))
8180TFdefined _CLASS($_[0]) && eval "require $_[0];" && !$@ && $_[0]->isa($_[1]) && $_[0] ne $_[1] ? :