Component Requirements Statistics#

Overview#

_images/need_pie_2b909.svg

In Detail#

_images/need_pie_cce4e.svg
_images/need_pie_8587e.svg
_images/need_pie_01abf.svg

Failed Tests

Hint: This table should be empty. Before a PR can be merged all tests have to be successful.

No needs passed the filters

Skipped / Disabled Tests

No needs passed the filters

All passed Tests#

SUCCESSFUL TESTS#

testcase

Result

Fully Verifies

Partially Verifies

Test Type

Derivation Technique

link

HealthMonitorTest__TestName

passed

interface-test

explorative-testing

IdentifierHashTest__IdentifierHash_default_created

passed

interface-test

explorative-testing

IdentifierHashTest__IdentifierHash_invalid_hash_no_string_representation

passed

interface-test

explorative-testing

IdentifierHashTest__IdentifierHash_no_dangling_pointer_after_source_string_dies

passed

interface-test

explorative-testing

IdentifierHashTest__IdentifierHash_with_string_created

passed

interface-test

explorative-testing

IdentifierHashTest__IdentifierHash_with_string_view_created

passed

interface-test

explorative-testing

ProcessStateClient_UT__ProcessStateClient_ConstructReceiver_Succeeds

passed

interface-test

explorative-testing

ProcessStateClient_UT__ProcessStateClient_QueueMaxNumberOfProcesses_Succeeds

passed

interface-test

explorative-testing

ProcessStateClient_UT__ProcessStateClient_QueueOneProcess_Succeeds

passed

interface-test

explorative-testing

ProcessStateClient_UT__ProcessStateClient_QueueOneProcessTooMany_Fails

passed

interface-test

explorative-testing

test_smoke

passed

interface-test

explorative-testing

Details About Testcases#

_images/need_pie_d5f3b.svg _images/need_pie_34de7.svg

Test Log Files#

tests-report/tests/integration/smoke/smoke/test.log

exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //tests/integration/smoke:smoke
-----------------------------------------------------------------------------
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-9.0.1, pluggy-1.6.0
rootdir: /home/runner/.bazel/sandbox/linux-sandbox/516/execroot/_main/bazel-out/k8-fastbuild/bin/tests/integration/smoke/smoke.runfiles/score_tooling+/python_basics/score_pytest
configfile: pytest.ini
collected 1 item

../score_tooling+/python_basics/score_pytest::test_smoke PASSED          [100%]

- generated xml file: /home/runner/.bazel/sandbox/linux-sandbox/516/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/smoke/smoke/test.xml -
============================== 1 passed in 0.49s ===============================
Feb 25, 2026 9:05:14 AM com.google.devtools.coverageoutputgenerator.Main runWithArgs
WARNING: There was no coverage found.

tests-report/tests/ut/identifier_hash_UT/identifier_hash_UT/test.log

exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //tests/ut/identifier_hash_UT:identifier_hash_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 5 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 5 tests from IdentifierHashTest
[ RUN      ] IdentifierHashTest.IdentifierHash_with_string_view_created
[       OK ] IdentifierHashTest.IdentifierHash_with_string_view_created (0 ms)
[ RUN      ] IdentifierHashTest.IdentifierHash_with_string_created
[       OK ] IdentifierHashTest.IdentifierHash_with_string_created (0 ms)
[ RUN      ] IdentifierHashTest.IdentifierHash_default_created
[       OK ] IdentifierHashTest.IdentifierHash_default_created (0 ms)
[ RUN      ] IdentifierHashTest.IdentifierHash_invalid_hash_no_string_representation
[       OK ] IdentifierHashTest.IdentifierHash_invalid_hash_no_string_representation (0 ms)
[ RUN      ] IdentifierHashTest.IdentifierHash_no_dangling_pointer_after_source_string_dies
[       OK ] IdentifierHashTest.IdentifierHash_no_dangling_pointer_after_source_string_dies (0 ms)
[----------] 5 tests from IdentifierHashTest (0 ms total)

[----------] Global test environment tear-down
[==========] 5 tests from 1 test suite ran. (0 ms total)
[  PASSED  ] 5 tests.
Feb 25, 2026 9:05:12 AM com.google.devtools.coverageoutputgenerator.Main runWithArgs
WARNING: There was no coverage found.

tests-report/src/health_monitoring_lib/tests/test.log

exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //src/health_monitoring_lib:tests
-----------------------------------------------------------------------------

running 82 tests
test deadline::common::tests::acquire_and_release_deadline ... ok
test deadline::deadline_monitor::tests::deadline_outside_time_range_is_error_when_dropped_after_evaluate ... ok
test deadline::common::tests::new_and_fields ... ok
test deadline::deadline_monitor::tests::deadline_failed_on_first_run_and_then_restarted_is_evaluated_as_error ... ok
test deadline::deadline_monitor::tests::get_deadline_unknown_tag ... ok
test deadline::common::tests::concurrent_acquire ... ok
test deadline::deadline_monitor::tests::start_stop_deadline_outside_ranges_is_error_when_dropped_before_evaluate ... ok
test deadline::deadline_monitor::tests::start_stop_deadline_outside_ranges_is_evaluated_as_error ... ok
test deadline::deadline_state::tests::deadline_state_default_and_snapshot ... ok
test deadline::deadline_state::tests::as_u64_and_new ... ok
test deadline::deadline_state::tests::deadline_state_update_success ... ok
test deadline::deadline_state::tests::default_state ... ok
test deadline::deadline_state::tests::set_and_get_timestamp_ms ... ok
test deadline::deadline_state::tests::set_running ... ok
test deadline::deadline_state::tests::set_underrun ... ok
test deadline::ffi::tests::deadline_destroy_null_deadline ... ok
test deadline::ffi::tests::deadline_monitor_builder_add_deadline_invalid_range ... ok
test deadline::ffi::tests::deadline_monitor_builder_add_deadline_null_builder ... ok
test deadline::ffi::tests::deadline_monitor_builder_add_deadline_null_deadline_tag ... ok
test deadline::ffi::tests::deadline_monitor_builder_add_deadline_succeeds ... ok
test deadline::ffi::tests::deadline_monitor_builder_create_null_builder ... ok
test deadline::deadline_state::tests::deadline_state_update_none_returns_err ... ok
test deadline::ffi::tests::deadline_monitor_builder_create_succeeds ... ok
test deadline::ffi::tests::deadline_monitor_destroy_null_monitor ... ok
test deadline::ffi::tests::deadline_monitor_get_deadline_null_deadline_handle ... ok
test deadline::ffi::tests::deadline_monitor_get_deadline_null_deadline_tag ... ok
test deadline::ffi::tests::deadline_monitor_get_deadline_null_monitor ... ok
test deadline::ffi::tests::deadline_monitor_get_deadline_succeeds ... ok
test deadline::ffi::tests::deadline_monitor_get_deadline_unknown_deadline ... ok
test deadline::ffi::tests::deadline_start_already_started ... ok
test deadline::ffi::tests::deadline_start_null_deadline ... ok
test deadline::ffi::tests::deadline_start_succeeds ... ok
test deadline::ffi::tests::deadline_stop_null_deadline ... ok
test deadline::ffi::tests::deadline_stop_succeeds ... ok
test ffi::tests::health_monitor_builder_add_deadline_monitor_null_deadline_monitor_builder ... ok
test ffi::tests::health_monitor_builder_add_deadline_monitor_null_hmon_builder ... ok
test ffi::tests::health_monitor_builder_add_deadline_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_builder_add_deadline_monitor_succeeds ... ok
test ffi::tests::health_monitor_builder_build_invalid_cycle_intervals ... ok
test ffi::tests::health_monitor_builder_build_null_builder_handle ... ok
test ffi::tests::health_monitor_builder_build_null_monitor_handle ... ok
test ffi::tests::health_monitor_builder_build_succeeds ... ok
test ffi::tests::health_monitor_builder_create_null_handle ... ok
test ffi::tests::health_monitor_builder_create_succeeds ... ok
test ffi::tests::health_monitor_builder_destroy_null_handle ... ok
test ffi::tests::health_monitor_destroy_null_hmon ... ok
test ffi::tests::health_monitor_get_deadline_monitor_already_taken ... ok
test ffi::tests::health_monitor_get_deadline_monitor_null_deadline_monitor ... ok
test ffi::tests::health_monitor_get_deadline_monitor_null_hmon ... ok
test ffi::tests::health_monitor_get_deadline_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_get_deadline_monitor_succeeds ... ok
test ffi::tests::health_monitor_start_monitor_not_taken ... ok
test ffi::tests::health_monitor_start_no_monitors ... ok
test ffi::tests::health_monitor_start_null_hmon ... ok
test ffi::tests::health_monitor_start_succeeds ... ok
test tag::tests::deadline_tag_debug ... ok
test tag::tests::deadline_tag_from_str ... ok
test deadline::ffi::tests::deadline_monitor_builder_destroy_null_builder ... ok
test tag::tests::deadline_tag_from_string ... ok
test tag::tests::monitor_tag_debug ... ok
test tag::tests::monitor_tag_from_str ... ok
test tag::tests::monitor_tag_from_string ... ok
test tag::tests::monitor_tag_score_debug ... ok
test tag::tests::tag_debug ... ok
test tag::tests::tag_hash ... ok
test tag::tests::tag_partial_eq_is_eq ... ok
test tag::tests::tag_partial_eq_is_ne ... ok
test tag::tests::tag_score_debug ... ok
test tag::tests::test_from_str ... ok
test tag::tests::test_from_string ... ok
test tests::hm_get_deadline_monitor_works ... ok
test tests::hm_with_monitors_shall_not_start_with_not_taken_monitors - should panic ... ok
test tests::hm_with_no_monitors_shall_panic_on_start - should panic ... ok
test tests::hm_with_taken_monitors_starts ... ok
test tests::hm_with_wrong_cycle_fails_to_build - should panic ... ok
test worker::tests::monitoring_logic_report_alive_on_each_call_when_no_error ... ok
test tag::tests::deadline_tag_score_debug ... ok
test worker::tests::monitoring_logic_report_error_when_deadline_failed ... ok
test deadline::deadline_monitor::tests::monitor_with_multiple_running_deadlines ... ok
test worker::tests::unique_thread_runner_monitoring_works ... ok
test worker::tests::monitoring_logic_report_alive_respect_cycle ... ok
test deadline::deadline_monitor::tests::start_stop_deadline_within_range_works ... ok

test result: ok. 82 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.02s


thread 'main' (108) panicked at external/rules_rust+/util/collect_coverage/collect_coverage.rs:105:36:
called `Result::unwrap()` on an `Err` value: NotPresent
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Feb 25, 2026 9:05:13 AM com.google.devtools.coverageoutputgenerator.Main runWithArgs
WARNING: There was no coverage found.

tests-report/src/health_monitoring_lib/cpp_tests/test.log

exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //src/health_monitoring_lib:cpp_tests
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from HealthMonitorTest
[ RUN      ] HealthMonitorTest.TestName
[2026/02/25 09:05:11.1726987][src/health_monitoring_lib/rust/deadline/deadline_monitor.rs:243][19][HMON][ERROR] Deadline DeadlineTag(deadline_1) stopped too early by 100 ms
[2026/02/25 09:05:11.1728410][src/health_monitoring_lib/rust/worker.rs:98][19][HMON][INFO] Monitoring thread started.
[2026/02/25 09:05:11.1728563][src/health_monitoring_lib/rust/worker.rs:115][19][HMON][INFO] Monitoring thread exiting.
[       OK ] HealthMonitorTest.TestName (0 ms)
[----------] 1 test from HealthMonitorTest (0 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (0 ms total)
[  PASSED  ] 1 test.
+++ exec external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/bin/x86_64-unknown-linux-gnu-gcov --version
++ exec external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/bin/x86_64-unknown-linux-gnu-gcov -i -b -o /home/runner/.bazel/sandbox/linux-sandbox/512/execroot/_main/bazel-out/k8-fastbuild/testlogs/_coverage/src/health_monitoring_lib/cpp_tests/test/bazel-out/k8-fastbuild/bin/src/health_monitoring_lib/_objs/cpp_tests /home/runner/.bazel/sandbox/linux-sandbox/512/execroot/_main/bazel-out/k8-fastbuild/testlogs/_coverage/src/health_monitoring_lib/cpp_tests/test/bazel-out/k8-fastbuild/bin/src/health_monitoring_lib/_objs/cpp_tests/health_monitor_test.pic.gcda
File 'src/health_monitoring_lib/cpp/tests/health_monitor_test.cpp'
Lines executed:100.00% of 4
Branches executed:100.00% of 12
Taken at least once:50.00% of 12
Calls executed:66.67% of 27

File 'external/googletest+/googletest/include/gtest/internal/gtest-internal.h'
Lines executed:90.00% of 20
Branches executed:34.78% of 46
Taken at least once:17.39% of 46
Calls executed:34.48% of 29

File 'bazel-out/k8-fastbuild/bin/src/health_monitoring_lib/_virtual_includes/health_monitoring_lib_cc_stub_supervisor/score/hm/deadline/deadline_monitor.h'
Lines executed:100.00% of 1
No branches
Calls executed:100.00% of 1

File 'bazel-out/k8-fastbuild/bin/src/health_monitoring_lib/_virtual_includes/health_monitoring_lib_cc_stub_supervisor/score/hm/common.h'
Lines executed:100.00% of 3
Branches executed:100.00% of 2
Taken at least once:50.00% of 2
Calls executed:50.00% of 2

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/iostream'
No executable lines
No branches
No calls

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/move.h'
Lines executed:0.00% of 4
No branches
Calls executed:0.00% of 1

File 'external/googletest+/googletest/include/gtest/gtest-printers.h'
Lines executed:0.00% of 28
Branches executed:0.00% of 6
Taken at least once:0.00% of 6
Calls executed:0.00% of 14

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/tuple'
Lines executed:62.50% of 16
No branches
Calls executed:57.14% of 7

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/stl_iterator_base_funcs.h'
Lines executed:100.00% of 5
No branches
Calls executed:100.00% of 2

File 'external/googletest+/googletest/include/gtest/gtest.h'
Lines executed:38.46% of 13
Branches executed:25.00% of 8
Taken at least once:12.50% of 8
Calls executed:20.00% of 10

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/unique_ptr.h'
Lines executed:30.77% of 13
No branches
Calls executed:28.57% of 7

File 'external/score_baselibs+/score/language/futurecpp/include/score/expected.hpp'
Lines executed:100.00% of 12
Branches executed:100.00% of 8
Taken at least once:50.00% of 8
Calls executed:42.86% of 14

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/stl_iterator_base_types.h'
Lines executed:100.00% of 2
No branches
No calls

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/basic_string.tcc'
Lines executed:100.00% of 12
Branches executed:100.00% of 8
Taken at least once:62.50% of 8
Calls executed:90.00% of 10

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/basic_string.h'
Lines executed:87.50% of 8
Branches executed:100.00% of 6
Taken at least once:50.00% of 6
Calls executed:71.43% of 7

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/new_allocator.h'
Lines executed:0.00% of 2
No branches
No calls

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/char_traits.h'
Lines executed:20.00% of 15
Branches executed:33.33% of 6
Taken at least once:16.67% of 6
Calls executed:33.33% of 3

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/chrono.h'
Lines executed:100.00% of 8
No branches
Calls executed:100.00% of 3

File 'external/googletest+/googletest/include/gtest/gtest-assertion-result.h'
Lines executed:50.00% of 6
Branches executed:0.00% of 2
Taken at least once:0.00% of 2
Calls executed:20.00% of 5

File 'bazel-out/k8-fastbuild/bin/src/health_monitoring_lib/_virtual_includes/health_monitoring_lib_cc_stub_supervisor/score/hm/tag.h'
No executable lines
No branches
No calls

File 'bazel-out/k8-fastbuild/bin/src/health_monitoring_lib/_virtual_includes/health_monitoring_lib_cc_stub_supervisor/score/hm/health_monitor.h'
Lines executed:100.00% of 1
No branches
Calls executed:100.00% of 1

File 'external/googletest+/googletest/include/gtest/gtest-message.h'
No executable lines
No branches
No calls

File 'external/googletest+/googletest/include/gtest/internal/gtest-port.h'
Lines executed:0.00% of 1
No branches
No calls

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/x86_64-unknown-linux-gnu/bits/c++config.h'
Lines executed:100.00% of 2
No branches
No calls

Creating 'health_monitor_test.pic.gcov.json.gz'
Lines executed:56.82% of 176
+++ exec external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/bin/x86_64-unknown-linux-gnu-gcov --version
++ exec external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/bin/x86_64-unknown-linux-gnu-gcov -i -b -o /home/runner/.bazel/sandbox/linux-sandbox/512/execroot/_main/bazel-out/k8-fastbuild/testlogs/_coverage/src/health_monitoring_lib/cpp_tests/test/bazel-out/k8-fastbuild/bin/src/health_monitoring_lib/_objs/cpp_tests /home/runner/.bazel/sandbox/linux-sandbox/512/execroot/_main/bazel-out/k8-fastbuild/testlogs/_coverage/src/health_monitoring_lib/cpp_tests/test/bazel-out/k8-fastbuild/bin/src/health_monitoring_lib/_objs/cpp_tests/log_init.pic.gcda
File 'src/health_monitoring_lib/cpp/tests/log_init.cpp'
Lines executed:100.00% of 12
Branches executed:66.67% of 6
Taken at least once:33.33% of 6
Calls executed:82.35% of 17

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/iostream'
No executable lines
No branches
No calls

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/stl_iterator_base_funcs.h'
Lines executed:0.00% of 5
No branches
Calls executed:0.00% of 2

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/optional'
Lines executed:100.00% of 12
Branches executed:100.00% of 2
Taken at least once:50.00% of 2
Calls executed:100.00% of 6

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/stl_iterator_base_types.h'
Lines executed:0.00% of 2
No branches
No calls

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/basic_string.tcc'
Lines executed:0.00% of 12
Branches executed:0.00% of 8
Taken at least once:0.00% of 8
Calls executed:0.00% of 10

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/basic_string.h'
Lines executed:0.00% of 8
Branches executed:0.00% of 6
Taken at least once:0.00% of 6
Calls executed:0.00% of 7

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/new_allocator.h'
Lines executed:0.00% of 2
No branches
No calls

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/char_traits.h'
Lines executed:0.00% of 11
Branches executed:0.00% of 4
Taken at least once:0.00% of 4
Calls executed:0.00% of 3

File 'external/googletest+/googletest/include/gtest/gtest.h'
Lines executed:60.00% of 5
No branches
Calls executed:100.00% of 2

File 'bazel-out/k8-fastbuild/bin/external/score_baselibs_rust+/src/log/stdout_logger_cpp_init/_virtual_includes/stdout_logger_cpp_init/score/mw/log/rust/stdout_logger_init.h'
No executable lines
No branches
No calls

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/x86_64-unknown-linux-gnu/bits/c++config.h'
Lines executed:0.00% of 2
No branches
No calls

Creating 'log_init.pic.gcov.json.gz'
Lines executed:38.03% of 71
+++ exec external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/bin/x86_64-unknown-linux-gnu-gcov --version
++ exec external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/bin/x86_64-unknown-linux-gnu-gcov -i -b -o /home/runner/.bazel/sandbox/linux-sandbox/512/execroot/_main/bazel-out/k8-fastbuild/testlogs/_coverage/src/health_monitoring_lib/cpp_tests/test/bazel-out/k8-fastbuild/bin/src/health_monitoring_lib/_objs/health_monitoring_lib_cc_stub_supervisor /home/runner/.bazel/sandbox/linux-sandbox/512/execroot/_main/bazel-out/k8-fastbuild/testlogs/_coverage/src/health_monitoring_lib/cpp_tests/test/bazel-out/k8-fastbuild/bin/src/health_monitoring_lib/_objs/health_monitoring_lib_cc_stub_supervisor/common.pic.gcda
File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/optional'
Lines executed:0.00% of 5
No branches
Calls executed:0.00% of 4

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/move.h'
No executable lines
No branches
No calls

File 'src/health_monitoring_lib/cpp/common.cpp'
Lines executed:57.69% of 26
Branches executed:50.00% of 8
Taken at least once:25.00% of 8
Calls executed:40.00% of 5

Creating 'common.pic.gcov.json.gz'
Lines executed:48.39% of 31
+++ exec external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/bin/x86_64-unknown-linux-gnu-gcov --version
++ exec external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/bin/x86_64-unknown-linux-gnu-gcov -i -b -o /home/runner/.bazel/sandbox/linux-sandbox/512/execroot/_main/bazel-out/k8-fastbuild/testlogs/_coverage/src/health_monitoring_lib/cpp_tests/test/bazel-out/k8-fastbuild/bin/src/health_monitoring_lib/_objs/health_monitoring_lib_cc_stub_supervisor /home/runner/.bazel/sandbox/linux-sandbox/512/execroot/_main/bazel-out/k8-fastbuild/testlogs/_coverage/src/health_monitoring_lib/cpp_tests/test/bazel-out/k8-fastbuild/bin/src/health_monitoring_lib/_objs/health_monitoring_lib_cc_stub_supervisor/deadline_monitor.pic.gcda
File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/optional'
Lines executed:77.27% of 22
No branches
Calls executed:80.00% of 15

File 'bazel-out/k8-fastbuild/bin/src/health_monitoring_lib/_virtual_includes/health_monitoring_lib_cc_stub_supervisor/score/hm/deadline/deadline_monitor.h'
Lines executed:100.00% of 2
No branches
Calls executed:100.00% of 3

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/move.h'
Lines executed:100.00% of 2
No branches
No calls

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/refwrap.h'
Lines executed:100.00% of 6
No branches
Calls executed:100.00% of 3

File 'external/score_baselibs+/score/language/futurecpp/include/score/expected.hpp'
Lines executed:100.00% of 4
No branches
Calls executed:100.00% of 2

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/chrono.h'
Lines executed:0.00% of 2
No branches
No calls

File 'src/health_monitoring_lib/cpp/deadline_monitor.cpp'
Lines executed:96.55% of 58
Branches executed:100.00% of 70
Taken at least once:54.29% of 70
Calls executed:64.29% of 70

File 'bazel-out/k8-fastbuild/bin/src/health_monitoring_lib/_virtual_includes/health_monitoring_lib_cc_stub_supervisor/score/hm/common.h'
Lines executed:100.00% of 4
No branches
Calls executed:100.00% of 2

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/new'
Lines executed:0.00% of 3
No branches
No calls

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/exception.h'
Lines executed:0.00% of 1
No branches
No calls

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/x86_64-unknown-linux-gnu/bits/c++config.h'
Lines executed:0.00% of 2
No branches
No calls

Creating 'deadline_monitor.pic.gcov.json.gz'
Lines executed:85.85% of 106
+++ exec external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/bin/x86_64-unknown-linux-gnu-gcov --version
++ exec external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/bin/x86_64-unknown-linux-gnu-gcov -i -b -o /home/runner/.bazel/sandbox/linux-sandbox/512/execroot/_main/bazel-out/k8-fastbuild/testlogs/_coverage/src/health_monitoring_lib/cpp_tests/test/bazel-out/k8-fastbuild/bin/src/health_monitoring_lib/_objs/health_monitoring_lib_cc_stub_supervisor /home/runner/.bazel/sandbox/linux-sandbox/512/execroot/_main/bazel-out/k8-fastbuild/testlogs/_coverage/src/health_monitoring_lib/cpp_tests/test/bazel-out/k8-fastbuild/bin/src/health_monitoring_lib/_objs/health_monitoring_lib_cc_stub_supervisor/health_monitor.pic.gcda
File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/optional'
Lines executed:13.64% of 22
Branches executed:20.00% of 10
Taken at least once:10.00% of 10
Calls executed:20.00% of 15

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/move.h'
Lines executed:100.00% of 2
No branches
No calls

File 'external/score_baselibs+/score/language/futurecpp/include/score/expected.hpp'
Lines executed:66.67% of 12
No branches
Calls executed:75.00% of 8

File 'bazel-out/k8-fastbuild/bin/src/health_monitoring_lib/_virtual_includes/health_monitoring_lib_cc_stub_supervisor/score/hm/deadline/deadline_monitor.h'
Lines executed:66.67% of 3
No branches
Calls executed:50.00% of 2

File 'bazel-out/k8-fastbuild/bin/src/health_monitoring_lib/_virtual_includes/health_monitoring_lib_cc_stub_supervisor/score/hm/common.h'
Lines executed:100.00% of 2
No branches
Calls executed:100.00% of 1

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/chrono.h'
Lines executed:0.00% of 2
No branches
No calls

File 'src/health_monitoring_lib/cpp/health_monitor.cpp'
Lines executed:81.36% of 59
Branches executed:91.67% of 48
Taken at least once:47.92% of 48
Calls executed:65.31% of 49

File 'bazel-out/k8-fastbuild/bin/src/health_monitoring_lib/_virtual_includes/health_monitoring_lib_cc_stub_supervisor/score/hm/health_monitor.h'
Lines executed:100.00% of 1
No branches
Calls executed:100.00% of 1

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/new'
Lines executed:0.00% of 2
No branches
No calls

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/exception.h'
Lines executed:0.00% of 1
No branches
No calls

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/x86_64-unknown-linux-gnu/bits/c++config.h'
Lines executed:0.00% of 2
No branches
No calls

Creating 'health_monitor.pic.gcov.json.gz'
Lines executed:61.11% of 108

tests-report/src/launch_manager_daemon/process_state_client_lib/processstateclient_UT/test.log

exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //src/launch_manager_daemon/process_state_client_lib:processstateclient_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 4 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 4 tests from ProcessStateClient_UT
[ RUN      ] ProcessStateClient_UT.ProcessStateClient_ConstructReceiver_Succeeds
[       OK ] ProcessStateClient_UT.ProcessStateClient_ConstructReceiver_Succeeds (0 ms)
[ RUN      ] ProcessStateClient_UT.ProcessStateClient_QueueOneProcess_Succeeds
[       OK ] ProcessStateClient_UT.ProcessStateClient_QueueOneProcess_Succeeds (0 ms)
[ RUN      ] ProcessStateClient_UT.ProcessStateClient_QueueMaxNumberOfProcesses_Succeeds
[       OK ] ProcessStateClient_UT.ProcessStateClient_QueueMaxNumberOfProcesses_Succeeds (14 ms)
[ RUN      ] ProcessStateClient_UT.ProcessStateClient_QueueOneProcessTooMany_Fails
  !!! ->   2026/2/25 9:5:10 LCLM LCLM ERROR:   [ Failed to queue posix process ]
  !!! ->   2026/2/25 9:5:10 LCLM LCLM ERROR:   [ ProcessStateReceiver::getNextChangedPosixProcess: Overflow occurred, will be reported as kCommunicationError ]
[       OK ] ProcessStateClient_UT.ProcessStateClient_QueueOneProcessTooMany_Fails (4 ms)
[----------] 4 tests from ProcessStateClient_UT (19 ms total)

[----------] Global test environment tear-down
[==========] 4 tests from 1 test suite ran. (19 ms total)
[  PASSED  ] 4 tests.
+++ exec external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/bin/x86_64-unknown-linux-gnu-gcov --version
++ exec external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/bin/x86_64-unknown-linux-gnu-gcov -i -b -o /home/runner/.bazel/sandbox/linux-sandbox/508/execroot/_main/bazel-out/k8-fastbuild/testlogs/_coverage/src/launch_manager_daemon/process_state_client_lib/processstateclient_UT/test/bazel-out/k8-fastbuild/bin/src/launch_manager_daemon/process_state_client_lib/_objs/processstateclient_UT /home/runner/.bazel/sandbox/linux-sandbox/508/execroot/_main/bazel-out/k8-fastbuild/testlogs/_coverage/src/launch_manager_daemon/process_state_client_lib/processstateclient_UT/test/bazel-out/k8-fastbuild/bin/src/launch_manager_daemon/process_state_client_lib/_objs/processstateclient_UT/processstateclient_UT.pic.gcda
File 'src/launch_manager_daemon/process_state_client_lib/src/processstateclient_UT.cpp'
Lines executed:100.00% of 10
Branches executed:100.00% of 16
Taken at least once:50.00% of 16
Calls executed:71.05% of 38

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/tuple'
No executable lines
No branches
No calls

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/unique_ptr.h'
No executable lines
No branches
No calls

File 'external/googletest+/googletest/include/gtest/internal/gtest-internal.h'
Lines executed:89.47% of 19
Branches executed:33.33% of 42
Taken at least once:16.67% of 42
Calls executed:30.77% of 26

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/iostream'
No executable lines
No branches
No calls

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/optional'
Lines executed:66.67% of 18
Branches executed:75.00% of 8
Taken at least once:37.50% of 8
Calls executed:45.45% of 11

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/variant'
Lines executed:12.50% of 16
Branches executed:0.00% of 2
Taken at least once:0.00% of 2
Calls executed:0.00% of 6

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/move.h'
No executable lines
No branches
No calls

File 'external/googletest+/googletest/include/gtest/gtest-printers.h'
Lines executed:0.00% of 2
No branches
Calls executed:0.00% of 1

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/ext/aligned_buffer.h'
Lines executed:100.00% of 8
No branches
Calls executed:100.00% of 2

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/hashtable_policy.h'
Lines executed:69.05% of 42
Branches executed:100.00% of 4
Taken at least once:75.00% of 4
Calls executed:82.61% of 23

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/hashtable.h'
Lines executed:57.50% of 40
Branches executed:54.55% of 22
Taken at least once:54.55% of 22
Calls executed:30.43% of 23

File 'external/googletest+/googletest/include/gtest/gtest-message.h'
Lines executed:80.00% of 5
Branches executed:100.00% of 2
Taken at least once:50.00% of 2
Calls executed:50.00% of 4

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/stl_function.h'
Lines executed:100.00% of 2
No branches
No calls

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/stl_iterator_base_funcs.h'
Lines executed:100.00% of 5
No branches
Calls executed:100.00% of 2

File 'external/googletest+/googletest/include/gtest/gtest.h'
Lines executed:0.00% of 5
No branches
No calls

File 'external/score_baselibs+/score/result/error.h'
Lines executed:100.00% of 5
No branches
Calls executed:100.00% of 1

File 'external/googletest+/googletest/include/gtest/gtest-assertion-result.h'
Lines executed:30.00% of 10
Branches executed:0.00% of 10
Taken at least once:0.00% of 10
Calls executed:6.25% of 16

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/stl_iterator_base_types.h'
Lines executed:100.00% of 2
No branches
No calls

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/basic_string.tcc'
Lines executed:100.00% of 12
Branches executed:100.00% of 8
Taken at least once:62.50% of 8
Calls executed:90.00% of 10

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/basic_string.h'
Lines executed:88.89% of 18
Branches executed:100.00% of 12
Taken at least once:50.00% of 12
Calls executed:75.00% of 24

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/new_allocator.h'
Lines executed:0.00% of 2
No branches
No calls

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/char_traits.h'
Lines executed:20.00% of 15
Branches executed:33.33% of 6
Taken at least once:16.67% of 6
Calls executed:33.33% of 3

File 'external/score_baselibs+/score/result/details/expected/expected.h'
Lines executed:100.00% of 10
No branches
Calls executed:100.00% of 5

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/string_view'
Lines executed:100.00% of 4
No branches
Calls executed:100.00% of 1

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/unordered_map.h'
Lines executed:0.00% of 4
No branches
Calls executed:0.00% of 2

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/charconv.h'
Lines executed:92.00% of 25
Branches executed:100.00% of 12
Taken at least once:91.67% of 12
No calls

File 'src/launch_manager_daemon/common/include/score/lcm/exec_error_domain.h'
Lines executed:6.25% of 32
Branches executed:0.00% of 14
Taken at least once:0.00% of 14
Calls executed:6.67% of 15

File 'src/launch_manager_daemon/common/include/score/lcm/identifier_hash.hpp'
Lines executed:0.00% of 7
Branches executed:0.00% of 18
Taken at least once:0.00% of 18
Calls executed:0.00% of 11

File 'external/googletest+/googletest/include/gtest/internal/gtest-port.h'
Lines executed:0.00% of 1
No branches
No calls

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/functional_hash.h'
Lines executed:100.00% of 1
No branches
No calls

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/exception.h'
Lines executed:0.00% of 1
No branches
No calls

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/x86_64-unknown-linux-gnu/bits/c++config.h'
Lines executed:100.00% of 2
No branches
No calls

Creating 'processstateclient_UT.pic.gcov.json.gz'
Lines executed:60.37% of 323
+++ exec external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/bin/x86_64-unknown-linux-gnu-gcov --version
++ exec external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/bin/x86_64-unknown-linux-gnu-gcov -i -b -o /home/runner/.bazel/sandbox/linux-sandbox/508/execroot/_main/bazel-out/k8-fastbuild/testlogs/_coverage/src/launch_manager_daemon/process_state_client_lib/processstateclient_UT/test/bazel-out/k8-fastbuild/bin/src/launch_manager_daemon/process_state_client_lib/_objs/processstateclient_UT /home/runner/.bazel/sandbox/linux-sandbox/508/execroot/_main/bazel-out/k8-fastbuild/testlogs/_coverage/src/launch_manager_daemon/process_state_client_lib/processstateclient_UT/test/bazel-out/k8-fastbuild/bin/src/launch_manager_daemon/process_state_client_lib/_objs/processstateclient_UT/processstatenotifier.pic.gcda
File 'src/launch_manager_daemon/process_state_client_lib/src/processstatenotifier.cpp'
Lines executed:100.00% of 12
Branches executed:100.00% of 4
Taken at least once:75.00% of 4
Calls executed:100.00% of 16

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/stl_construct.h'
Lines executed:100.00% of 6
No branches
Calls executed:100.00% of 2

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/shared_ptr_base.h'
Lines executed:80.00% of 110
Branches executed:50.00% of 20
Taken at least once:35.00% of 20
Calls executed:82.14% of 56

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/alloc_traits.h'
Lines executed:100.00% of 8
No branches
Calls executed:100.00% of 4

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/iostream'
No executable lines
No branches
No calls

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/new_allocator.h'
Lines executed:70.00% of 10
Branches executed:50.00% of 4
Taken at least once:25.00% of 4
Calls executed:60.00% of 5

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/unique_ptr.h'
Lines executed:87.10% of 31
Branches executed:50.00% of 4
Taken at least once:25.00% of 4
Calls executed:84.62% of 26

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/tuple'
Lines executed:100.00% of 26
No branches
Calls executed:100.00% of 18

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/ext/aligned_buffer.h'
Lines executed:100.00% of 4
No branches
Calls executed:100.00% of 1

File 'externals/ipc_dropin/include/ipc_dropin/ringbuffer.hpp'
Lines executed:96.30% of 27
Branches executed:100.00% of 4
Taken at least once:75.00% of 4
Calls executed:100.00% of 15

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/move.h'
Lines executed:100.00% of 7
No branches
Calls executed:100.00% of 3

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/ptr_traits.h'
Lines executed:100.00% of 2
No branches
No calls

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/allocated_ptr.h'
Lines executed:100.00% of 13
Branches executed:100.00% of 2
Taken at least once:100.00% of 2
Calls executed:100.00% of 5

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/allocator.h'
Lines executed:100.00% of 2
No branches
Calls executed:100.00% of 2

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/stl_iterator_base_funcs.h'
Lines executed:0.00% of 5
No branches
Calls executed:0.00% of 2

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/stl_iterator_base_types.h'
Lines executed:0.00% of 2
No branches
No calls

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/ext/atomicity.h'
Lines executed:58.33% of 12
Branches executed:66.67% of 6
Taken at least once:33.33% of 6
Calls executed:66.67% of 3

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/shared_ptr.h'
Lines executed:100.00% of 10
Branches executed:100.00% of 2
Taken at least once:50.00% of 2
Calls executed:100.00% of 6

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/basic_string.tcc'
Lines executed:0.00% of 12
Branches executed:0.00% of 8
Taken at least once:0.00% of 8
Calls executed:0.00% of 10

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/basic_string.h'
Lines executed:0.00% of 11
Branches executed:0.00% of 6
Taken at least once:0.00% of 6
Calls executed:0.00% of 9

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/char_traits.h'
Lines executed:0.00% of 11
Branches executed:0.00% of 4
Taken at least once:0.00% of 4
Calls executed:0.00% of 3

File 'src/launch_manager_daemon/common/include/score/lcm/internal/log.hpp'
Lines executed:84.91% of 53
Branches executed:62.50% of 32
Taken at least once:40.62% of 32
Calls executed:78.57% of 56

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/string_view'
Lines executed:60.00% of 10
No branches
Calls executed:75.00% of 4

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/atomic_base.h'
Lines executed:100.00% of 13
Branches executed:66.67% of 30
Taken at least once:33.33% of 30
Calls executed:58.33% of 12

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/ext/string_conversions.h'
Lines executed:0.00% of 17
Branches executed:0.00% of 18
Taken at least once:0.00% of 18
Calls executed:0.00% of 7

File 'src/launch_manager_daemon/process_state_client_lib/include/score/lcm/iprocessstatenotifier.hpp'
No executable lines
No branches
No calls

File 'src/launch_manager_daemon/common/include/score/lcm/exec_error_domain.h'
Lines executed:0.00% of 30
Branches executed:0.00% of 14
Taken at least once:0.00% of 14
Calls executed:0.00% of 14

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/atomic'
Lines executed:100.00% of 5
No branches
Calls executed:100.00% of 3

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/x86_64-unknown-linux-gnu/bits/gthr-default.h'
Lines executed:100.00% of 2
No branches
No calls

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/new'
Lines executed:100.00% of 2
No branches
No calls

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/typeinfo'
Lines executed:0.00% of 8
Branches executed:0.00% of 10
Taken at least once:0.00% of 10
Calls executed:0.00% of 2

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/x86_64-unknown-linux-gnu/bits/c++config.h'
Lines executed:0.00% of 2
No branches
No calls

Creating 'processstatenotifier.pic.gcov.json.gz'
Lines executed:68.68% of 463
+++ exec external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/bin/x86_64-unknown-linux-gnu-gcov --version
++ exec external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/bin/x86_64-unknown-linux-gnu-gcov -i -b -o /home/runner/.bazel/sandbox/linux-sandbox/508/execroot/_main/bazel-out/k8-fastbuild/testlogs/_coverage/src/launch_manager_daemon/process_state_client_lib/processstateclient_UT/test/bazel-out/k8-fastbuild/bin/src/launch_manager_daemon/process_state_client_lib/_objs/processstateclient_UT /home/runner/.bazel/sandbox/linux-sandbox/508/execroot/_main/bazel-out/k8-fastbuild/testlogs/_coverage/src/launch_manager_daemon/process_state_client_lib/processstateclient_UT/test/bazel-out/k8-fastbuild/bin/src/launch_manager_daemon/process_state_client_lib/_objs/processstateclient_UT/processstatereceiver.pic.gcda
File 'src/launch_manager_daemon/process_state_client_lib/src/processstatereceiver.cpp'
Lines executed:92.86% of 14
Branches executed:100.00% of 6
Taken at least once:83.33% of 6
Calls executed:85.71% of 21

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/iostream'
No executable lines
No branches
No calls

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/optional'
Lines executed:100.00% of 17
No branches
Calls executed:100.00% of 11

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/variant'
Lines executed:100.00% of 3
No branches
Calls executed:100.00% of 2

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/stl_iterator_base_funcs.h'
Lines executed:0.00% of 5
No branches
Calls executed:0.00% of 2

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/stl_iterator_base_types.h'
Lines executed:0.00% of 2
No branches
No calls

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/enable_special_members.h'
Lines executed:100.00% of 1
No branches
No calls

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/shared_ptr_base.h'
Lines executed:0.00% of 44
Branches executed:0.00% of 10
Taken at least once:0.00% of 10
Calls executed:0.00% of 15

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/move.h'
Lines executed:0.00% of 2
No branches
No calls

File 'externals/ipc_dropin/include/ipc_dropin/ringbuffer.hpp'
Lines executed:75.00% of 20
Branches executed:100.00% of 6
Taken at least once:50.00% of 6
Calls executed:62.50% of 8

File 'external/score_baselibs+/score/result/details/expected/expected.h'
Lines executed:100.00% of 7
No branches
Calls executed:100.00% of 4

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/ext/atomicity.h'
Lines executed:0.00% of 12
Branches executed:0.00% of 6
Taken at least once:0.00% of 6
Calls executed:0.00% of 3

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/basic_string.tcc'
Lines executed:0.00% of 12
Branches executed:0.00% of 8
Taken at least once:0.00% of 8
Calls executed:0.00% of 10

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/basic_string.h'
Lines executed:0.00% of 11
Branches executed:0.00% of 6
Taken at least once:0.00% of 6
Calls executed:0.00% of 9

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/new_allocator.h'
Lines executed:0.00% of 2
No branches
No calls

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/char_traits.h'
Lines executed:0.00% of 11
Branches executed:0.00% of 4
Taken at least once:0.00% of 4
Calls executed:0.00% of 3

File 'external/score_baselibs+/score/result/result.h'
Lines executed:100.00% of 2
No branches
Calls executed:100.00% of 2

File 'src/launch_manager_daemon/common/include/score/lcm/internal/log.hpp'
Lines executed:0.00% of 53
Branches executed:0.00% of 32
Taken at least once:0.00% of 32
Calls executed:0.00% of 56

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/string_view'
Lines executed:0.00% of 10
No branches
Calls executed:0.00% of 4

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/ext/string_conversions.h'
Lines executed:0.00% of 17
Branches executed:0.00% of 18
Taken at least once:0.00% of 18
Calls executed:0.00% of 7

File 'src/launch_manager_daemon/process_state_client_lib/include/score/lcm/posixprocess.hpp'
No executable lines
No branches
No calls

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/shared_ptr.h'
Lines executed:0.00% of 1
No branches
Calls executed:0.00% of 1

File 'src/launch_manager_daemon/process_state_client_lib/include/score/lcm/iprocessstatereceiver.hpp'
No executable lines
No branches
No calls

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/atomic'
Lines executed:0.00% of 4
No branches
Calls executed:0.00% of 2

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/bits/atomic_base.h'
Lines executed:0.00% of 12
Branches executed:0.00% of 30
Taken at least once:0.00% of 30
Calls executed:0.00% of 12

File 'src/launch_manager_daemon/common/include/score/lcm/exec_error_domain.h'
Lines executed:0.00% of 32
Branches executed:0.00% of 14
Taken at least once:0.00% of 14
Calls executed:0.00% of 15

File 'external/score_baselibs+/score/result/error.h'
Lines executed:0.00% of 3
No branches
No calls

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/x86_64-unknown-linux-gnu/bits/gthr-default.h'
Lines executed:0.00% of 2
No branches
No calls

File 'external/score_bazel_cpp_toolchains++gcc+score_gcc_x86_64_toolchain_pkg/x86_64-unknown-linux-gnu/include/c++/12.2.0/x86_64-unknown-linux-gnu/bits/c++config.h'
Lines executed:0.00% of 2
No branches
No calls

Creating 'processstatereceiver.pic.gcov.json.gz'
Lines executed:19.27% of 301