blib/lib/DDC/Any.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 26 | 42.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
65 | 0 | 0 | 0 | $xs_version && $xs_version >= $MIN_XS_VERSION |
88 | 0 | 7876 | 638 | $ignore and "${src}::$src_sym" =~ /$ignore/ |
92 | 0 | 7150 | 726 | $deep and $src_sym =~ /::$/ |
line | l | !l | condition |
---|---|---|---|
64 | 0 | 0 | $DDC::XS::VERSION || 0 |
76 | 11 | 0 | $opts{'inherit'} || 0 |
153 | 0 | 7 | $which || '' |
161 | 0 | 0 | $which || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
47 | 0 | 30 | 0 | ref $that || $that |
151 | 7 | 0 | 4 | not $which or $which eq 'DDC::XS' |
158 | 7 | 4 | 0 | not $which or $which eq 'DDC::PP' |