blib/lib/Gtk2/Ex/ComboBoxBits.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 18 | 0.0 |
line | true | false | branch |
---|---|---|---|
54 | 0 | 0 | if ($path) |
55 | 0 | 0 | if ($path->get_depth == 1) |
61 | 0 | 0 | if (my $model = $combobox->get_model) |
62 | 0 | 0 | if (my $iter = $model->get_iter($path)) |
71 | 0 | 0 | if ($combobox->get_model) |
82 | 0 | 0 | if (defined $str and my $iter = find_text_iter($combobox, $str)) { } |
89 | 0 | 0 | if ($combobox->get_model) |
101 | 0 | 0 | if (my $model = $combobox->get_model) |
105 | 0 | 0 | if ($str eq $model->get_value($iter, 0)) |