Branch Coverage

blib/lib/Debug/Helper/Flag.pm
Criterion Covered Total %
branch 17 24 70.8


line true false branch
22 0 5 if @args > 3
25 3 2 if (@args % 2)
27 0 3 unless $exp eq "DEBUG_FLAG"
30 1 4 if (@args)
31 0 1 unless defined $args[0]
32 0 1 if $args[0] ne "DEBUG_FLAG"
36 1 4 if ($want_define)
37 0 1 if (defined $Value) { }
38 0 0 if $val ne $Value
49 3 2 if ($exp)
50 2 1 unless (defined $Value)
52 1 1 if ($strict) { }