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

nasa / trick / 22077843399

16 Feb 2026 09:20PM UTC coverage: 55.628% (+0.02%) from 55.607%
22077843399

Pull #2032

github

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

12524 of 22514 relevant lines covered (55.63%)

296752.96 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