Branch Coverage

blib/lib/Slackware/Slackget/Status.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
51 0 0 if $arg{'error_codes'}
52 0 0 if $arg{'success_codes'}
94 0 0 if $$self{'SUCCESS_CODES'}{$$self{'CURRENT_CODE'}}
95 0 0 if $$self{'ERROR_CODES'}{$$self{'CURRENT_CODE'}}
173 0 0 if (not defined $code) { }
179 0 0 if ($code =~ /^\d+$/) { }
181 0 0 if $ENV{'SG_DAEMON_DEBUG'}
204 0 0 if $code == $$self{'CURRENT_CODE'}
218 0 0 if $$self{'ERROR_CODES'}{$$self{'CURRENT_CODE'}}