| blib/lib/App/TimeClock/Daily/Report.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 11 | 12 | 91.6 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 50 | 1 | 0 | 18 | -f $self->{'timelog'} and -r $self->{'timelog'} | 
| 52 | 1 | 1 | 16 | ref $self->{'printer'} and UNIVERSAL::can($self->{'printer'}, 'isa') | 
| 2 | 1 | 15 | ref $self->{'printer'} and UNIVERSAL::can($self->{'printer'}, 'isa') and $self->{'printer'}->isa('App::TimeClock::Daily::PrinterInterface') | |
| 227 | 32 | 3 | 3 | defined $oproject and $oproject eq 'DANGLING' |