Condition Coverage

blib/lib/IO/K8s/Resource.pm
Criterion Covered Total %
condition 15 21 71.4


and 3 conditions

line !l l&&!r l&&r condition
102 4878 0 2870 builtin::blessed($obj) && $obj->isa('Type::Tiny')
126 4206 0 699 $required_marker && $required_marker eq 'required'
129 3516 1389 0 not ref $type_spec || _is_type_tiny($type_spec) and $type_spec =~ s/!$//
4178 248 479 ref $type_spec eq "ARRAY" and not _is_type_tiny($type_spec->[0])
4426 479 0 ref $type_spec eq "ARRAY" and not _is_type_tiny($type_spec->[0]) and $type_spec->[0] =~ s/!$//

or 3 conditions

line l !l&&r !l&&!r condition
129 3516 0 1389 ref $type_spec || _is_type_tiny($type_spec)
145 13 6 0 $STR_ISA_MAP{$type_spec} // &Str()