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

nasa / trick / 27163446257

08 Jun 2026 08:00PM UTC coverage: 56.142% (-0.8%) from 56.933%
27163446257

push

github

web-flow
ci: Single file CI and style checks (#2125)

* Replace old ci checks with a single file `ci.yml`

* Update Makefile for code-coverage tests

* Add Java style check to ci

* Update Makefile

14685 of 26157 relevant lines covered (56.14%)

463574.94 hits per line

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

75.0
/trick_source/sim_services/MemoryManager/MemoryManager_ref_name_from_address.cpp
1
#include "trick/MemoryManager.hh"
2
#include "trick/ClassicCheckPointAgent.hh"
3

4
/**
5
 @par Detailed Description:
6
 */
7
std::string Trick::MemoryManager::ref_name_from_address( void* address) {
55✔
8

9
    std::string result;
55✔
10

11
    Trick::ClassicCheckPointAgent* agent = dynamic_cast<Trick::ClassicCheckPointAgent*>(defaultCheckPointAgent);
55✔
12
    if (agent) {
55✔
13
        result = agent->ref_string_from_ptr( address, NULL, 0);
55✔
14
    } else {
15
        result.clear();
×
16
    }
17
    return (result);
55✔
18
}
×
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