Branch Coverage

blib/lib/Graphics/Framebuffer/Mouse.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
27 0 0 if ($mode =~ /1|ON|ENABLE|SHOW/i) { }
62 0 0 if (open my $m, '<', '/dev/input/mice') { }
0 0 elsif ($self->{'SHOW_ERRORS'}) { }
65 0 0 if (sysread $m, $mouse, 3)
68 0 0 if ($x != 0 and $y != 0)
100 0 0 if (wantarray) { }
117 0 0 unless defined $params and exists $params->{'x'} and exists $params->{'y'}