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