• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pryrt / Games-Literati
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: wallow
DEFAULT BRANCH: master
Repo Added 02 Jun 2020 06:19PM UTC
Files 1
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH wallow
branch: wallow
CHANGE BRANCH
x
Reset
  • wallow
  • add-ci
  • improve-coverage
  • master
  • scalar-hash-8
  • test-coverage

pending completion
33

Pull #17

travis-ci

web-flow
<a href="https://github.com/pryrt/Games-Literati/commit/<a class=hub.com/pryrt/Games-Literati/commit/<a class="double-link" href="https://git"><a class=hub.com/pryrt/Games-Literati/commit/<a class="double-link" href="https://git"><a class=hub.com/pryrt/Games-Literati/commit/<a class="double-link" href="https://git"><a class=hub.com/pryrt/Games-Literati/commit/770702e897a98b3b8af669aaf650c29227feca14">770702e89">&lt;a href=&quot;https://github.com/pryrt/Games-Literati/commit/</a><a class="double-link" href="https://github.com/pryrt/Games-Literati/commit/&lt;a class=&quot;double-link&quot; href=&quot;https://git">&lt;a class=</a>hub.com/pryrt/Games-Literati/commit/&lt;a class=&quot;double-link&quot; href=&quot;https://git">&lt;a class=</a>hub.com/pryrt/Games-Literati/commit/&lt;a class=&quot;double-link&quot; href=&quot;https://git">&lt;a class=</a>hub.com/pryrt/Games-Literati/commit/&lt;a class=&quot;double-link&quot; href=&quot;https://git">&lt;a class=</a>hub.com/pryrt/Games-Literati/commit/770702e897a98b3b8af669aaf650c29227feca14">770702e89</a><a href="https://github.com/pryrt/Games-Literati/commit/770702e897a98b3b8af669aaf650c29227feca14">&quot;&gt;&amp;lt;a href=&amp;quot;https://github.com/pryrt/Games-Literati/commit/&lt;/a&gt;&lt;a class=&quot;double-link&quot; href=&quot;https://github.com/pryrt/Games-Literati/commit/&amp;lt;a class=&amp;quot;double-link&amp;quot; href=&amp;quot;https://git&quot;&gt;&amp;lt;a class=&lt;/a&gt;hub.com/pryrt/Games-Literati/commit/&amp;lt;a class=&amp;quot;double-link&amp;quot; href=&amp;quot;https://git&quot;&gt;&amp;lt;a class=&lt;/a&gt;hub.com/pryrt/Games-Literati/commit/&amp;lt;a class=&amp;quot;double-link&amp;quot; href=&amp;quot;https://git&quot;&gt;&amp;lt;a class=&lt;/a&gt;hub.com/pryrt/Games-Literati/commit/770702e897a98b3b8af669aaf650c29227feca14&quot;&gt;770702e89&lt;/a&gt;&lt;a href=&quot;https://github.com/pryrt/Games-Literati/commit/770702e897a98b3b8af669aaf650c29227feca14&quot;&gt;&amp;quot;&amp;gt;&amp;amp;lt;a href=&amp;amp;quot;https://github.com/pryrt/Games-Literati/commit/&amp;lt;/a&amp;gt;&amp;lt;a class=&amp;quot;double-link&amp;quot; href=&amp;quot;https://github.com/pryrt/Games-Literati/commit/&amp;amp;lt;a class=&amp;amp;quot;double-link&amp;amp;quot; href=&amp;amp;quot;https://git&amp;quot;&amp;gt;&... (continued)
Pull Request #17: fix bug where wild tile was swapped with a fixed board tile

46 of 46 new or added lines in 1 file covered. (100.0%)

434 of 434 relevant lines covered (100.0%)

4655.51 hits per line

Relevant lines Covered
Build:
Build:
434 RELEVANT LINES 434 COVERED LINES
4655.51 HITS PER LINE
Source Files on wallow
  • Tree
  • List 1
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
33 wallow <a href="https://github.com/pryrt/Games-Literati/commit/770702e89">&lt;a href=&quot;https://github.com/pryrt/Games-Literati/commit/</a><a class="double-link" href="https://github.com/pryrt/Games-Literati/commit/&lt;a... Pull #17 16 Jun 2020 01:43PM UTC web-flow travis-ci pending completion  
32 wallow ?allow working as of previous commit, turn off TODO in the test suite (#14) push 15 Jun 2020 10:00PM UTC pryrt travis-ci pending completion  
31 wallow [skip appveyor] fixed bug in new _find() implementation had forgotten to add the score of board tiles into the @v array, which then calculated the wrong points (skipping appveyor because of strawberry download issue from this morning) push 15 Jun 2020 09:56PM UTC pryrt travis-ci pending completion  
30 wallow [skip appveyor] fix block369 implicit $_ to $row_piece (the troublesome line was 370, which was implicit matching to $_, but I somehow missed it!) [skipping because appveyor having problem with chocolatey download of strawberry perl] push 15 Jun 2020 01:33PM UTC pryrt travis-ci pending completion  
29 wallow update block at 422 from implicit $_ to $col_piece, including a couple of implicit uses, especially pos() becomes pos($col_piece) {which was, I think, the missing fix from previous attempts to de-implicit the column-piece block} push 15 Jun 2020 01:19PM UTC pryrt travis-ci pending completion  
28 wallow TODO = try line422 block to lexical loop var; after finishing $_, TODO=need to continue fixing _find() for the actual bugfix push 15 Jun 2020 12:07AM UTC pryrt travis-ci pending completion  
27 wallow got block at 486 to use separate var push 15 Jun 2020 12:04AM UTC pryrt travis-ci pending completion  
26 wallow trying to disambiguate nested $_, but having difficulty -- if I change line369 to a lexical var, it fails miserably push 15 Jun 2020 12:02AM UTC pryrt travis-ci pending completion  
25 wallow make readability chages in _find() to help me understand what's going on while debugging = rename the three $str to different names; switch row_str to join instead of mapped .=; move the append_str into a sub-block for scoping purposes; change the... push 14 Jun 2020 11:30PM UTC pryrt travis-ci pending completion  
24 wallow wallow: implement test case, simplified to only possible solution; set to TODO so it shows that score is wrong but doesn't FAIL test suite yet (#14 in progress) push 14 Jun 2020 11:00PM UTC pryrt travis-ci pending completion  
See All Builds (26)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc