File Coverage

blib/lib/FusionInventory/Agent/Task/Inventory/Generic/Remote_Mgmt.pm
Criterion Covered Total %
statement 6 8 75.0
branch n/a
condition n/a
subroutine 2 4 50.0
pod 0 2 0.0
total 8 14 57.1


line stmt bran cond sub pod time code
1             package FusionInventory::Agent::Task::Inventory::Generic::Remote_Mgmt;
2              
3 1     1   103922098 use strict;
  1         4  
  1         35  
4 1     1   4 use warnings;
  1         1  
  1         108  
5              
6             sub isEnabled {
7 0     0 0   my (%params) = @_;
8 0           return !($params{no_category}->{remote_mgmt});
9             }
10              
11       0 0   sub doInventory {
12             }
13              
14             1;