blib/lib/Test/Reporter/Transport/Metabase/Fallback.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 20 | 40.0 |
line | true | false | branch |
---|---|---|---|
28 | 0 | 2 | if @_ % 2 |
32 | 0 | 4 | unless exists $args{$k} |
36 | 0 | 6 | unless grep {$k eq $_;} @metabase_allowed_args, @file_allowed_args, @this_allowed_args |
39 | 0 | 2 | unless ($args{'File'}) |
48 | 2 | 0 | unless $args{'max_files'} |
60 | 0 | 1 | if (my $rv_m = eval { do { $self->{'__metabase'}->send($report) } }) { } |
62 | 0 | 0 | if (opendir my $DIR, $self->{'File'}) |
73 | 0 | 0 | if ($tr and $tr->send) { } |
89 | 0 | 1 | unless ($rv_f = eval { do { $self->{'__file'}->send($report) } }) |
93 | 1 | 0 | if @errors |