Condition Coverage

File:lib/Yukki/Web/Plugin/Spreadsheet.pm
Coverage:30.0%

line%coveragecondition
6133
ABdec
000
011
1X1
$ctx->stash->{'Spreadsheet.sheet'} //= 'Spreadsheet::Engine'->new
6250
Adec
00
11
$ctx->stash->{'Spreadsheet.map'} //= {}
6350
Adec
00
11
$ctx->stash->{'Spreadsheet.rowmap'} //= {}
6450
Adec
00
11
$ctx->stash->{'Spreadsheet.nextrow'} //= 'A'
6550
Adec
00
11
$ctx->stash->{'Spreadsheet.nextcol'} //= {}
10733
ABdec
000
011
1X1
$$rowmap{$file->repository_name}{$file->full_path} // $ctx->stash->{'Spreadsheet.nextrow'}++
1600
ABdec
0X0
100
111
$other_file->repository_name eq $file->repository_name and $other_file->full_path eq $file->full_path
2040
ABdec
0X0
100
111
&blessed($_) and $_->isa('Yukki::Error')