| blib/lib/Tangerine/hook/list.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 14 | 92.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 14 | 53 | 4 | 75 | &any(sub { $s->[0] eq $_; } , 'use', 'no') and scalar @$s > 2 |
| 57 | 60 | 15 | &any(sub { $s->[0] eq $_; } , 'use', 'no') and scalar @$s > 2 and &any(sub { $s->[1] eq $_; } , 'aliased', 'base', 'mixin::with', 'Mojo::Base', 'ok', 'parent', 'superclass') | |
| 31 | 2 | 6 | 6 | $args[0] and &any(sub { $s->[1] eq $_; } , 'aliased', 'mixin::with', 'Mojo::Base', 'ok') |
| 35 | 11 | 3 | 1 | $args[$i + 1] and $args[$i + 1] =~ /^v?\d+(\.\d+)*$/ |
| line | l | !l | condition |
|---|---|---|---|
| 17 | 0 | 15 | $version //= '' |