| blib/lib/App/TimeClock/Daily/Report.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 12 | 91.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 45 | 1 | 0 | 18 | -f $self->{'timelog'} and -r $self->{'timelog'} |
| 47 | 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') | |
| 222 | 32 | 3 | 3 | defined $oproject and $oproject eq 'DANGLING' |