blib/lib/Map/Metro/Shim.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 24 | 41.6 |
line | true | false | branch |
---|---|---|---|
29 | 1 | 0 | @_ ? : |
0 | 1 | if @_ < 1 | |
1 | 0 | $#_ >= 0 ? : | |
1 | 0 | $#_ >= 1 ? : | |
30 | 0 | 1 | if scalar @args == 2 |
31 | 1 | 0 | if scalar @args == 1 |
34 | 0 | 0 | if (scalar @args % 2 != 0) { } |
42 | 0 | 0 | if (exists $args{'hooks'} and not &ArrayRef()->check($args{'hooks'})) |
49 | 1 | 0 | @_ ? : |
0 | 1 | $#_ == 0 && ref $_[0] eq 'HASH' ? : | |
0 | 1 | exists $_{'override_line_change_weight'} ? : | |
50 | 0 | 1 | defined $override_line_change_weight ? : |