blib/lib/Test/Without/Gtk2Things.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 11 | 18.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
403 | 0 | 0 | 0 | $class->isa($without_class) and _pnames_match($pname, \%without_pnames) |
492 | 0 | 0 | 0 | $class->isa($without_class) and _pnames_match($signame, \%without_signames) |
line | l | !l | condition |
---|---|---|---|
258 | 0 | 0 | 'Gtk2::Gdk'->can('get_default_root_window') || die() |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
43 | 0 | 1 | 1 | $thing eq '-verbose' or $thing eq 'verbose' |