| blib/lib/App/TimeClock/Weekly/Report.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 9 | 77.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 45 | 1 | 0 | 6 | -f $self->{'timelog'} and -r $self->{'timelog'} |
| 47 | 1 | 1 | 4 | ref $self->{'printer'} and UNIVERSAL::can($self->{'printer'}, 'isa') |
| 2 | 0 | 4 | ref $self->{'printer'} and UNIVERSAL::can($self->{'printer'}, 'isa') and $self->{'printer'}->isa('App::TimeClock::Weekly::PrinterInterface') |