Condition Coverage

blib/lib/Test/Weaken/Gtk2.pm
Criterion Covered Total %
condition 1 18 5.5


and 3 conditions

line !l l&&!r l&&r condition
42 1 0 0 &Scalar::Util::blessed($ref) and $ref->isa('Gtk2::Container')
73 0 0 0 $ref->isa('Gtk2::CellLayout') and $ref->can('get_cells')
113 0 0 0 @cells == 1 and not defined $cells[0]

or 2 conditions

line l !l condition
172 0 0 'Gtk2::Gdk::Display'->get_default || (return 0)
184 0 0 'Gtk2::Gdk::Screen'->get_default || (return 0)
204 0 0 'Gtk2::Gdk'->get_default_root_window || (return 0)

or 3 conditions

line l !l&&r !l&&!r condition
73 0 0 0 $ref->isa('Gtk2::TreeViewColumn') or $ref->isa('Gtk2::CellView')