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

nasa / trick / 26659959798

29 May 2026 08:15PM UTC coverage: 57.339% (+0.4%) from 56.928%
26659959798

Pull #2107

github

web-flow
Merge 856e3ced8 into fdaa62f2e
Pull Request #2107: Checkpoint in freeze only

48 of 61 new or added lines in 5 files covered. (78.69%)

25 existing lines in 7 files now uncovered.

13098 of 22843 relevant lines covered (57.34%)

298670.13 hits per line

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

38.46
/trick_source/sim_services/VariableServer/simModeCharString.c
1
#include "trick/sim_mode.h"
2

3
const char* simModeCharString(SIM_MODE mode)
4
{
5
    switch (mode)
15✔
6
    {
NEW
7
    case Initialization:
×
NEW
8
        return "Initialization";
×
9
    case Run:
14✔
10
        return "Run";
14✔
NEW
11
    case Step:
×
NEW
12
        return "Step";
×
NEW
13
    case Freeze:
×
NEW
14
        return "Freeze";
×
15
    case ExitMode:
1✔
16
        return "ExitMode";
1✔
NEW
17
    default:
×
NEW
18
        return "InvalidMode";
×
19
    }
20
}
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