Branch Coverage

blib/lib/Rofi/Script.pm
Criterion Covered Total %
branch 12 24 50.0


line true false branch
94 19 6 if $rofi
168 0 16 if $mode_options{$_}
171 1 7 if (%mode_options) { }
271 1 1 unless $prompt
285 0 0 unless $message
342 0 1 unless $delim
359 0 0 unless grep {$set eq $_;} "true", "false"
408 1 2 unless %global_mode_options
421 0 6 if (ref $row eq 'ARRAY') { }
6 0 elsif (not ref $row) { }
458 0 0 unless $Rofi::Script::ROFI_SCRIPT_DEBUG
460 0 0 if (ref($_[0]) =~ /Rofi::Script/) { }