Branch Coverage

blib/lib/Perl/Critic/Policy/Modules/RequirePerlVersion.pm
Criterion Covered Total %
branch 7 8 87.5


line true false branch
40 7 1 if ($includes)
42 1 8 if $stmt->type ne 'use'
43 5 3 if $stmt->version
44 0 3 if $stmt->module =~ / \A v \d+ (?: [.] \d+ (?: _ \d+ )? )* \z /msx