blib/lib/FusionInventory/Agent/Task/Inventory/Win32.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 9 | 11 | 81.8 |
branch | n/a | ||
condition | n/a | ||
subroutine | 3 | 5 | 60.0 |
pod | 0 | 2 | 0.0 |
total | 12 | 18 | 66.6 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package FusionInventory::Agent::Task::Inventory::Win32; | ||||||
2 | |||||||
3 | 1 | 1 | 25058181 | use strict; | |||
1 | 12 | ||||||
1 | 85 | ||||||
4 | 1 | 1 | 12 | use warnings; | |||
1 | 2 | ||||||
1 | 74 | ||||||
5 | |||||||
6 | 1 | 1 | 4 | use English qw(-no_match_vars); | |||
1 | 39 | ||||||
1 | 30 | ||||||
7 | |||||||
8 | our $runAfter = ["FusionInventory::Agent::Task::Inventory::Generic"]; | ||||||
9 | |||||||
10 | sub isEnabled { | ||||||
11 | 0 | 0 | 0 | return $OSNAME eq 'MSWin32'; | |||
12 | } | ||||||
13 | |||||||
14 | 0 | 0 | 0 | sub doInventory { | |||
15 | |||||||
16 | } | ||||||
17 | |||||||
18 | 1; |