Condition Coverage

blib/lib/Cfn.pm
Criterion Covered Total %
condition 11 12 91.6


and 3 conditions

line !l l&&!r l&&r condition
23 450 158 1317 @keys == 1 and substr($first_key, 0, 4) eq 'Fn::' || $first_key eq 'Ref' || $first_key eq 'Condition'
308 64 2 8 $self->$att->isa('Cfn::Value::Function::Ref') and $self->$att->LogicalId eq $logical_id
64 0 2 $self->$att->isa('Cfn::Value::Function::GetAtt') and $self->$att->LogicalId eq $logical_id

or 3 conditions

line l !l&&r !l&&!r condition
23 1315 2 158 substr($first_key, 0, 4) eq 'Fn::' || $first_key eq 'Ref' || $first_key eq 'Condition'