blib/lib/Tak/ObjectService.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 8 | 0.0 |
line | true | false | branch |
---|---|---|---|
27 | 0 | 0 | unless eval { do { unless (ref $invocant) { (my $file = $invocant) =~ s[::][/]g; require "$file.pm"; }; if ($context) { @res = $invocant->$method(@args); } elsif (defined $context) { $res[0] = $invocant->$method(@args); } else { $invocant->$method(@args); }; 1 } } |
28 | 0 | 0 | unless (ref $invocant) |
32 | 0 | 0 | if ($context) { } |
0 | 0 | elsif (defined $context) { } |