Branch Coverage

blib/lib/App/ActivityPubClient.pm
Criterion Covered Total %
branch 14 20 70.0


line true false branch
20 10 90 if ($object->{$key})
32 5 0 if $object->{'id'}
33 0 5 if $object->{'href'}
34 5 0 if $object->{'name'}
36 1 4 if $object->{'preferredUsername'}
37 0 5 if $object->{'sensitive'} eq "JSON"->true
48 0 10 if ($ref_type eq 'HASH') { }
2 8 elsif ($ref_type eq 'ARRAY') { }
52 1 1 if @{$object;}
54 4 0 if (&reftype($_) eq 'HASH') { }