Branch Coverage

blib/lib/RPerl/Operation/Statement/OperatorVoid/Named.pm
Criterion Covered Total %
branch 6 8 75.0


line true false branch
38 72 356 if (substr($operator_void_name, -1, 1) eq ';' or substr($operator_void_name, -1, 1) eq '(')
41 0 428 unless (exists $RPerl::Operation::Statement::OperatorVoid::Named::NAMES->{$operator_void_name})
81 21 18 if (substr($operator_void_name, -1, 1) eq ';' or substr($operator_void_name, -1, 1) eq '(')
84 0 39 unless (exists $RPerl::Operation::Statement::OperatorVoid::Named::NAMES->{$operator_void_name})