Branch Coverage

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


line true false branch
93 0 14022 if 'Paws'->default_config->immutable
111 114 1327 if (not ref $self) { }
112 4 110 unless (defined 'Paws'->_default_object)
134 39 628 unless exists $constructor_params{'region'}
135 327 340 unless exists $constructor_params{'caller'}
136 661 6 unless exists $constructor_params{'credentials'}
152 106 0 if @operations == 0
156 106 0 if ($operation eq '*') { }
0 0 elsif ($operation =~ /\*/) { }
179 3360 0 if $op_params_class->_returns
188 3236 8847 if Moose::Util::find_meta($class)
195 3114 27065 if ($tconst->isa('Moose::Meta::TypeConstraint::Class')) { }
2249 48318 elsif ($tconst->isa('Moose::Meta::TypeConstraint::Parameterized') and $tconst->type_parameter->isa('Moose::Meta::TypeConstraint::Class')) { }