Condition Coverage

blib/lib/Class/Scaffold/Log.pm
Criterion Covered Total %
condition 2 15 13.3


and 3 conditions

line !l l&&!r l&&r condition
73 0 0 5 defined $format and $format ne ''
86 5 0 0 defined $self->filename and length $self->filename

or 3 conditions

line l !l&&r !l&&!r condition
43 0 0 0 $$self{'handle'} ||= 'IO::File'->new('>&STDOUT')
50 0 0 0 $$self{'handle'} ||= 'IO::File'->new(sprintf('>>%s', $self->filename))
53 0 0 0 $$self{'handle'} ||= 'IO::File'->new('>&STDERR')