Condition Coverage

blib/lib/Cfn.pm
Criterion Covered Total %
condition 10 12 83.3


and 3 conditions

line !l l&&!r l&&r condition
23 9 139 0 @keys == 1 and substr($first_key, 0, 4) eq 'Fn::' || $first_key eq 'Ref' || $first_key eq 'Condition'
308 53 2 8 $self->$att->isa('Cfn::Value::Function::Ref') and $self->$att->LogicalId eq $logical_id
53 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 129 2 8 substr($first_key, 0, 4) eq 'Fn::' || $first_key eq 'Ref' || $first_key eq 'Condition'