Branch Coverage

blib/lib/XRI/Descriptor.pm
Criterion Covered Total %
branch 5 10 50.0


line true false branch
47 0 1 if $$element{'Service'}
48 1 0 if (not $service or $object->service eq $service)
49 1 0 if ($$element{'URI'})
55 0 1 if $$element{'Type'}
56 1 0 if (not $type or grep /^$type$/, $object->types)