blib/lib/Class/MakeMethods/Template/Universal.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 16 | 25.0 |
line | true | false | branch |
---|---|---|---|
168 | 0 | 0 | if (scalar @_ == 0) { } |
0 | 0 | elsif (scalar @_ == 1) { } | |
265 | 0 | 3 | unless ref $_[0] |
3 | 0 | if $$m_info{'croak_msg'} | |
386 | 0 | 5 | $$m_info{'target_args'} ? : |
387 | 0 | 5 | unless my $obj = (shift())->$target(@args) |
394 | 0 | 0 | $$m_info{'target_args'} ? : |
395 | 0 | 0 | unless my $obj = (shift())->$target(@args) |