Branch Coverage

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


line true false branch
34 132 360 if ref $name
38 360 0 ref $opts{'can'} eq 'ARRAY' ? :
39 360 0 ref $opts{'isa'} eq 'ARRAY' ? :
40 360 0 ref $opts{'does'} eq 'ARRAY' ? :
47 0 0 if @isas and grep((!$args[0]->isa($_)), @isas)
48 0 0 if @cans and grep((!$args[0]->can($_)), @cans)
49 0 0 if @does and grep((!$args[0]->does($_)), @does)
50 0 0 if $code and not &$code(@args)
55 0 364 $text ? :
64 360 0 unless $opts{'parent'}
88 360 0 'ARRAY' eq ref $coerce ? :