Condition Coverage

blib/lib/App/TimeClock/Weekly/Report.pm
Criterion Covered Total %
condition 7 9 77.7


and 3 conditions

line !l l&&!r l&&r condition
50 1 0 6 -f $self->{'timelog'} and -r $self->{'timelog'}
52 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')