blib/lib/Gtk2/Ex/FormFactory/Widget.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 33 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
144 | 0 | 0 | 0 | $attr and $attr =~ /^([^.]+)\.(.*)/ |
150 | 0 | 0 | 0 | not $name and $object |
0 | 0 | 0 | not $name and $object and $attr | |
438 | 0 | 0 | 0 | $self->get_object and $self->get_gtk_parent_widget |
495 | 0 | 0 | 0 | $object_name and not defined $object |
631 | 0 | 0 | 0 | $self->get_form_factory->get_sync and $self->get_object |
line | l | !l | condition |
---|---|---|---|
177 | 0 | 0 | $inactive ||= 'insensitive' |
380 | 0 | 0 | $self_idx ||= 0 |
830 | 0 | 0 | $type ||= 'error' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
166 | 0 | 0 | 0 | $name ||= $class->get_type . '_' . $NAME_CNT++ |
185 | 0 | 0 | 0 | $inactive eq 'insensitive' or $inactive eq 'invisible' |
581 | 0 | 0 | 0 | $attr ||= $self->get_attr |