Branch Coverage

blib/lib/Data/Object/Library.pm
Criterion Covered Total %
branch 8 22 36.3


line true false branch
23 132 360 if ref $name
29 360 0 ref $opts{'can'} eq 'ARRAY' ? :
30 360 0 ref $opts{'isa'} eq 'ARRAY' ? :
31 360 0 ref $opts{'does'} eq 'ARRAY' ? :
38 0 0 if @isas and grep((!$args[0]->isa($_)), @isas)
39 0 0 if @cans and grep((!$args[0]->can($_)), @cans)
40 0 0 if @does and grep((!$args[0]->does($_)), @does)
41 0 0 if $code and not &$code(@args)
46 0 360 $text ? :
55 360 0 unless $opts{'parent'}
79 360 0 'ARRAY' eq ref $coerce ? :