| blib/lib/Jaipo.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 1 | 20 | 5.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 237 | 0 | 0 | 0 | $args{'quiet'} and $message =~ /^Can't locate $file/ | 
| 440 | 0 | 0 | 0 | ref $ret and $ret->{'type'} eq 'notification' | 
| 0 | 0 | 0 | ref $ret and $ret->{'type'} eq 'notification' and $ret->{'updates'} > 0 | 
| line | l | !l | condition | 
|---|---|---|---|
| 210 | 0 | 0 | $services ||= ['Jaipo'->services] | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 73 | 0 | 0 | 0 | $Jaipo::CONFIG ||= 'Jaipo::Config'->new | 
| 79 | 0 | 0 | 1 | $Jaipo::NOTIFY ||= 'Jaipo::Notify'->new | 
| 337 | 0 | 0 | 0 | $trigger_name ||= lc $service_name |