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

samsmithnz / PuzzleSolver / 4398149475

pending completion
4398149475

Pull #52

github

GitHub
Merge 0d7412dab into a11a49d0f
Pull Request #52: Resolving paths from crossing

950 of 1044 branches covered (91.0%)

Branch coverage included in aggregate %.

182 of 182 new or added lines in 6 files covered. (100.0%)

1664 of 1769 relevant lines covered (94.06%)

1041712.92 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

83.33
/src/PuzzleSolver/Actions/RobotAction.cs
1
using PuzzleSolver.Map;
2
using System.Numerics;
3
using static PuzzleSolver.Actions.RobotStatus;
4

5
namespace PuzzleSolver.Actions
6
{
7
    public class RobotAction
8
    {
9
        public int RobotId { get; set; }
×
10
        public int PieceId { get; set; }
56✔
11
        public RobotStatusEnum RobotStatus { get; set; }
×
12
        public Vector2 RobotPickupStartingLocation { get; set; }
166✔
13
        public PathFindingResult PathToPickup { get; set; }
888✔
14
        public ObjectInteraction PickupAction { get; set; }
320✔
15
        public Vector2 RobotPickupEndingLocation { get; set; }
167✔
16
        public Vector2 RobotDropoffStartingLocation { get; set; }
111✔
17
        public PathFindingResult PathToDropoff { get; set; }
899✔
18
        public ObjectInteraction DropoffAction { get; set; }
544✔
19
        public int DropoffPieceCount { get; set; }
56✔
20
        public Vector2 RobotDropoffEndingLocation { get; set; }
112✔
21
    }
22
}
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