Condition Coverage

blib/lib/IO/K8s/List.pm
Criterion Covered Total %
condition 0 21 0.0


and 3 conditions

line !l l&&!r l&&r condition
35 0 0 0 @{$self->items;} and builtin::blessed($self->items->[0])
0 0 0 @{$self->items;} and builtin::blessed($self->items->[0]) and $self->items->[0]->can("api_version")
56 0 0 0 @{$self->items;} and builtin::blessed($self->items->[0])
0 0 0 @{$self->items;} and builtin::blessed($self->items->[0]) and $self->items->[0]->can("kind")
79 0 0 0 builtin::blessed($_) && $_->can('TO_JSON')
82 0 0 0 $self->metadata and builtin::blessed($self->metadata)
0 0 0 $self->metadata and builtin::blessed($self->metadata) and $self->metadata->can("TO_JSON")