Branch Coverage

blib/lib/Mojo/Redfish/Client/Result.pm
Criterion Covered Total %
branch 11 16 68.7


line true false branch
17 0 2 unless defined $path
24 0 7 unless defined $path
28 1 6 if ref $target eq 'ARRAY'
38 0 4 if $target->$isa('Mojo::Redfish::Client::Result')
41 1 3 if ref $target eq 'ARRAY'
45 1 3 if $target->$isa('Mojo::Collection')
47 3 0 if (ref $target eq 'HASH')
48 3 0 if (keys %$target == 1 and exists $target->{'@odata.id'}) { }