Branch Coverage

blib/lib/Cfn/Crawler.pm
Criterion Covered Total %
branch 18 20 90.0


line true false branch
51 8695 3 if ($self->criteria->($element)) { }
164 28 563 unless defined $resource->Properties
185 4879 7576 unless &blessed($value)
186 0 7576 unless $value->isa('Cfn::Value')
192 960 6616 if ($value->isa('Cfn::Value::Array')) { }
1672 4944 elsif ($value->isa('Cfn::Value::Function')) { }
143 4801 elsif ($value->isa('Cfn::Value::Hash')) { }
4355 446 elsif ($value->isa('Cfn::Value::Primitive')) { }
445 1 elsif ($value->isa('Cfn::Value::TypedValue')) { }
1 0 elsif ($value->isa('Cfn::DynamicValue')) { }