Branch Coverage

blib/lib/FusionInventory/Agent/Task/Inventory/Linux/Inputs.pm
Criterion Covered Total %
branch 0 24 0.0


line true false branch
10 0 0 if $params{'no_category'}{'input'}
24 0 0 unless $handle
31 0 0 if ($line =~ /^I: Bus=.*Vendor=(.*) Prod/) { }
0 0 elsif ($line =~ /^$/) { }
0 0 elsif ($in) { }
36 0 0 if ($device->{'phys'} and $device->{'phys'} =~ /input/)
46 0 0 if ($line =~ /^P: Phys=.*(button).*/i) { }
0 0 elsif ($line =~ /^P: Phys=.*(input).*/i) { }
51 0 0 if ($line =~ /^N: Name=\"(.*)\"/i)
54 0 0 if ($line =~ /^H: Handlers=(\w+)/i)
55 0 0 if ($1 =~ /.*kbd.*/) { }
0 0 elsif ($1 =~ /.*mouse.*/) { }