Condition Coverage

blib/lib/App/Chart/Gtk2/Ex/ToplevelBits.pm
Criterion Covered Total %
condition 0 20 0.0


and 3 conditions

line !l l&&!r l&&r condition
47 0 0 0 $_->isa($class) and !defined($screen) || $_->get_screen == $screen

or 2 conditions

line l !l condition
42 0 0 $options{'properties'} || {}

or 3 conditions

line l !l&&r !l&&!r condition
44 0 0 0 $options{'transient_for'} || $options{'parent'} || $options{'screen'}
47 0 0 0 !defined($screen) || $_->get_screen == $screen
98 0 0 0 $obj->$func || croak("No screen for target $obj")
101 0 0 0 $obj->$func || croak("No default screen for target $obj")
109 0 0 0 $obj->find_property($pname) || croak(q[No such property '], $pname, q['])