Branch Coverage

blib/lib/FusionInventory/Agent/Logger/Stderr.pm
Criterion Covered Total %
branch 9 10 90.0


line true false branch
27 4 7 if ($self->{'color'}) { }
28 1 3 if ($level eq 'warning') { }
1 2 elsif ($level eq 'error') { }
1 1 elsif ($level eq 'info') { }
1 0 elsif ($level =~ /^debug/) { }