Branch Coverage

blib/lib/Device/Cisco/NXAPI.pm
Criterion Covered Total %
branch 5 14 35.7


line true false branch
75 0 5 unless $uri->scheme eq 'http' or $uri->scheme eq 'https'
730 0 0 if ($self->debug)
765 0 0 if ($json_content->{'error'})
772 0 0 if $response->is_error
774 0 0 if $json_content->{'error'}
785 358 231 if @table_keys == 0
797 65 166 if (ref $structure_ref->{$table_key}{$row_key} eq 'HASH') { }