| line |
true |
false |
branch |
|
35
|
0 |
0 |
if (@{$self->items;} and builtin::blessed($self->items->[0]) and $self->items->[0]->can("api_version")) |
|
40
|
0 |
0 |
if (my $class = $self->_item_class) |
|
41
|
0 |
0 |
if ($class =~ /^IO::K8s::Api::(\w+)::(\w+)::/) |
|
44
|
0 |
0 |
$group eq 'Core' ? : |
|
56
|
0 |
0 |
if (@{$self->items;} and builtin::blessed($self->items->[0]) and $self->items->[0]->can("kind")) |
|
61
|
0 |
0 |
if (my $class = $self->_item_class) |
|
62
|
0 |
0 |
if ($class =~ /::(\w+)$/) |
|
75
|
0 |
0 |
if $self->api_version |
|
76
|
0 |
0 |
if $self->kind |
|
79
|
0 |
0 |
if (builtin::blessed($_) and $_->can('TO_JSON')) { } |
|
82
|
0 |
0 |
if ($self->metadata and builtin::blessed($self->metadata) and $self->metadata->can("TO_JSON")) |