|
Ran
|
Files
26
|
Run time
–
|
Badge
README BADGES
|
push
travis-ci
Replace guts of SnapshotComparer#to_array_of_arrays The first implementation of this iterated over each pixel, building up arrays of arrays. This commit simplifies this a bit by using ChunkyPNG's built-in `#row` method, which returns an array of the given row's pixels as Integers, which is exactly what we want. Since we are using OilyPNG, this may improve the performance, but even if it doesn't, it is simpler and easier to read. At the same time, I added some YARD in the vicinity. Change-Id: I8c3b4279d
479 of 497 relevant lines covered (96.38%)
28.62 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|