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

jmgq / php-a-star / 10 / 5
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 12 Oct 2014 07:59PM UTC
Files 15
Run time 8s
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

12 Oct 2014 07:58PM UTC coverage: 70.498% (-29.2%) from 99.693%
10.5

Pull #1

travis-ci

pathway
Fixing parent loop

Using the example code to represent a graph.  I made a graph that had separate links in both directions between each node.    Simplest case had just 3 nodes, with links in both directions as shown:

startnode  <==> node1  <==> goalnode

The search failed because after node1 was expanded, it followed the link back to the start node and set its parent, resulting in a parent loop.

node1 parent was set to start node
then, start node parent was set to node1

...resulting in a recursive data structure, so the solution could not ever be found (timeout).

I fixed it by adding to  Algorithm.php line, 137
Pull Request #1: Fixing parent loop

184 of 261 relevant lines covered (70.5%)

6.21 hits per line

Source Files on job 10.5
  • Tree
  • List 0
  • Changed 15
  • Source Changed 1
  • Coverage Changed 15
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 10
  • Travis Job 10.5
  • f3a1f3bb on github
  • Prev Job for on master (#8.2)
  • Next Job for on master (#12.5)
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

© 2026 Coveralls, Inc