line | % | coverage | condition |
61 | 33 | | $ctx->stash->{'Spreadsheet.sheet'} //= 'Spreadsheet::Engine'->new |
62 | 50 | | $ctx->stash->{'Spreadsheet.map'} //= {} |
63 | 50 | | $ctx->stash->{'Spreadsheet.rowmap'} //= {} |
64 | 50 | | $ctx->stash->{'Spreadsheet.nextrow'} //= 'A' |
65 | 50 | | $ctx->stash->{'Spreadsheet.nextcol'} //= {} |
107 | 33 | | $$rowmap{$file->repository_name}{$file->full_path} // $ctx->stash->{'Spreadsheet.nextrow'}++ |
160 | 0 | | $other_file->repository_name eq $file->repository_name and $other_file->full_path eq $file->full_path |
204 | 0 | | &blessed($_) and $_->isa('Yukki::Error') |