| blib/lib/FusionInventory/Agent/Task/Inventory/Linux/MIPS.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 9 | 10 | 90.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 5 | 60.0 |
| pod | 0 | 2 | 0.0 |
| total | 12 | 17 | 70.5 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package FusionInventory::Agent::Task::Inventory::Linux::MIPS; | ||||||
| 2 | |||||||
| 3 | 1 | 1 | 43636812 | use strict; | |||
| 1 | 3 | ||||||
| 1 | 66 | ||||||
| 4 | 1 | 1 | 5 | use warnings; | |||
| 1 | 8 | ||||||
| 1 | 89 | ||||||
| 5 | |||||||
| 6 | 1 | 1 | 6 | use Config; | |||
| 1 | 72 | ||||||
| 1 | 309 | ||||||
| 7 | |||||||
| 8 | sub isEnabled { | ||||||
| 9 | 0 | 0 | 0 | return $Config{archname} =~ /^mips/; | |||
| 10 | } | ||||||
| 11 | |||||||
| 12 | 0 | 0 | sub doInventory { | ||||
| 13 | } | ||||||
| 14 | |||||||
| 15 | 1; |