| blib/lib/Tangerine/hook/list.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 14 | 92.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 14 | 55 | 4 | 77 | &any(sub { $s->[0] eq $_; } , 'use', 'no') and scalar @$s > 2 |
| 59 | 60 | 17 | &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', 'Test::Class::Most') | |
| 33 | 2 | 8 | 6 | $args[0] and &any(sub { $s->[1] eq $_; } , 'aliased', 'mixin::with', 'Mojo::Base', 'ok') |
| 56 | 13 | 4 | 1 | $args[$i + 1] and $args[$i + 1] =~ /^v?\d+(?:\.\d+)*$/ |
| line | l | !l | condition |
|---|---|---|---|
| 19 | 0 | 17 | $version //= '' |