Branch Coverage

blib/lib/App/Rad/Config.pm
Criterion Covered Total %
branch 4 6 66.6


line true false branch
9 0 3 unless open my $CONFIG, '<', $filename
17 19 17 unless length $_
19 17 0 if (/^([^\=\:\s]+) # key (?: # (value is optional) (?:\s*[\=\:]\s*|\s+) # separator ('=', ':' or whitespace) (.+) # value )? /x)