Condition Coverage

blib/lib/Tangerine/hook/testrequires.pm
Criterion Covered Total %
condition 18 23 78.2


and 3 conditions

line !l l&&!r l&&r condition
15 5 55 77 $self->type eq 'compile' and &any(sub { $s->[0] eq $_; } , 'use', 'no')
60 4 73 $self->type eq 'compile' and &any(sub { $s->[0] eq $_; } , 'use', 'no') and scalar @$s > 2
59 70 3 $self->type eq 'compile' and &any(sub { $s->[0] eq $_; } , 'use', 'no') and scalar @$s > 2 and $s->[1] eq 'Test::Requires'
129 3 2 $self->type eq 'runtime' and $s->[0] eq 'test_requires'
132 0 2 $self->type eq 'runtime' and $s->[0] eq 'test_requires' and scalar @$s > 1
20 0 3 0 not $version and stripquotelike($s->[2]) =~ /^v?5(?:\..*)?$/
38 1 0 1 $args[1] && $args[1] ne ';'

or 2 conditions

line l !l condition
19 0 3 $version //= ''