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

nasa / trick / 21922534841

11 Feb 2026 08:49PM UTC coverage: 55.612% (+0.005%) from 55.607%
21922534841

Pull #2032

github

web-flow
Merge d196a213b into 69b8f6959
Pull Request #2032: Added 2D&3D array allocation support from Python and fixed the sim build error when TRICK_CONVERT_SWIG_FLAGS = -s.

12520 of 22513 relevant lines covered (55.61%)

296055.12 hits per line

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

60.0
/trick_source/sim_services/MemoryManager/MemoryManager_set_debug_level.cpp
1
#include "trick/MemoryManager.hh"
2

3
void Trick::MemoryManager::set_debug_level(int level) {
1✔
4
    debug_level = level;
1✔
5
    currentCheckPointAgent->set_debug_level(level);
1✔
6
    defaultCheckPointAgent->set_debug_level(level);
1✔
7
    return;
1✔
8
}
9

10
void Trick::MemoryManager::set_reduced_checkpoint(bool flag) {
×
11
    reduced_checkpoint = flag;
×
12
    currentCheckPointAgent->set_reduced_checkpoint(flag);
×
13
    defaultCheckPointAgent->set_reduced_checkpoint(flag);
×
14
}
×
15

16
void Trick::MemoryManager::set_hexfloat_checkpoint(bool flag) {
2✔
17
    hexfloat_checkpoint = flag;
2✔
18
    currentCheckPointAgent->set_hexfloat_checkpoint(flag);
2✔
19
    defaultCheckPointAgent->set_hexfloat_checkpoint(flag);
2✔
20
}
2✔
21

22
bool Trick::MemoryManager::is_hexfloat_checkpoint() {
16✔
23
    return hexfloat_checkpoint;
16✔
24
}
25

26
void Trick::MemoryManager::set_hexfloat_decimal_comment_checkpoint(bool flag) {
×
27
    hexfloat_decimal_comment_checkpoint = flag;
×
28
    currentCheckPointAgent->set_hexfloat_decimal_comment_checkpoint(flag);
×
29
    defaultCheckPointAgent->set_hexfloat_decimal_comment_checkpoint(flag);
×
30
}
×
31

32
void Trick::MemoryManager::set_expanded_arrays(bool flag) {
5✔
33
    expanded_arrays = flag;
5✔
34
}
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