Branch Coverage

blib/lib/Paws.pm
Criterion Covered Total %
branch 20 26 76.9


line true false branch
93 0 13313 if 'Paws'->default_config->immutable
111 110 1325 if (not ref $self) { }
112 4 106 unless (defined 'Paws'->_default_object)
134 38 628 unless exists $constructor_params{'region'}
135 326 340 unless exists $constructor_params{'caller'}
136 660 6 unless exists $constructor_params{'credentials'}
152 102 0 if @operations == 0
156 102 0 if ($operation eq '*') { }
0 0 elsif ($operation =~ /\*/) { }
179 3133 0 if $op_params_class->_returns
188 2971 8161 if Moose::Util::find_meta($class)
195 2778 25099 if ($tconst->isa('Moose::Meta::TypeConstraint::Class')) { }
2088 44802 elsif ($tconst->isa('Moose::Meta::TypeConstraint::Parameterized') and $tconst->type_parameter->isa('Moose::Meta::TypeConstraint::Class')) { }