Branch Coverage

blib/lib/Log/AutoDump.pm
Criterion Covered Total %
branch 0 90 0.0


line true false branch
122 0 0 unless $path =~ m[/$]
132 0 0 if ($args{'filename_datestamp'} or $args{'datestamp_filename'})
159 0 0 exists $args{'level'} ? :
0 0 exists $args{'history_length'} ? :
0 0 exists $args{'dumps'} ? :
0 0 exists $args{'sort_keys'} ? :
0 0 exists $args{'quote_keys'} ? :
0 0 exists $args{'deep_copy'} ? :
0 0 exists $args{'purity'} ? :
0 0 exists $args{'autoflush'} ? :
189 0 0 if defined $arg
208 0 0 if defined $arg
242 0 0 if defined $arg
257 0 0 if defined $arg
272 0 0 if defined $arg
287 0 0 if defined $arg
302 0 0 if defined $arg
317 0 0 if defined $arg
332 0 0 if defined $arg
339 0 0 if defined $arg
355 0 0 if (defined $autoflush)
396 0 0 unless ($level =~ /^\d+$/)
404 0 0 if $level > $self->level
412 0 0 if (caller 2)
440 0 0 if (my $label = ref $thing) { }
442 0 0 if ($self->dumps or $level == 0) { }
444 0 0 if $level == 0
461 0 0 if (defined $thing) { }
471 0 0 unless $msg =~ /\n$/
498 0 0 if (scalar @{$self->{'history'};} >= $self->{'history_length'})
503 0 0 if (scalar @{$self->{'history'};} < $self->{'history_length'})
522 0 0 if $self->is_trace
530 0 0 if $self->level >= 5
548 0 0 if ref $lines[$i]
550 0 0 if ($lines[$i] =~ /^#/ and $lines[$i] =~ /#$/ and not $lines[$i] =~ /^#+$/)
559 0 0 if $self->is_debug
568 0 0 if $self->level >= 4
582 0 0 if $self->is_info
590 0 0 if $self->level >= 3
603 0 0 if $self->is_warn
611 0 0 if $self->level >= 2
624 0 0 if $self->is_error
632 0 0 if $self->level >= 1
645 0 0 if $self->is_fatal
653 0 0 if $self->level >= 0