Branch Coverage

blib/lib/Rofi/Script.pm
Criterion Covered Total %
branch 11 28 39.2


line true false branch
127 0 31 unless (defined $Rofi::Script::ROFI_RETV)
132 24 7 if $ROFI
223 0 8 if (exists $mode_options{$mode_opt})
252 6 0 if (ref $output_row eq "ARRAY")
255 0 6 if ($mode_options{'urgent'})
344 1 1 unless $prompt
358 0 0 unless $message
369 0 0 if ($urgent_rows) { }
432 0 1 unless $delim
494 6 0 if (ref $row eq 'ARRAY') { }
0 0 elsif (not ref $row) { }
500 0 0 if $opt eq "urgent"
541 3 0 unless $Rofi::Script::ROFI_SCRIPT_DEBUG
543 0 0 if (ref($maybe_self) =~ /Rofi::Script/x) { }