blib/lib/Mu/Tiny.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 15 | 30 | 50.0 |
line | true | false | branch |
---|---|---|---|
19 | 0 | 0 | if $attrs |
20 | 0 | 0 | unless @_ |
27 | 0 | 2 | unless my $name = shift() |
28 | 0 | 2 | if @_ |
33 | 0 | 1 | unless my $name = shift() |
34 | 0 | 1 | unless my $builder = shift() |
35 | 0 | 1 | if @_ |
37 | 1 | 0 | if (ref $builder eq 'CODE') { } |
0 | 0 | elsif (ref $builder) { } | |
47 | 0 | 1 | exists $_[0]{$name} ? : |
58 | 0 | 1 | unless $orig |
77 | 1 | 0 | @_ > 1 ? : |
1 | 1 | @_ ? : | |
79 | 1 | 1 | if @missing |
80 | 2 | 1 | exists $args{$_} ? : |