Coverage report: 87.82%

Files Functions Classes

coverage.py v7.13.4, created at 2026-03-08 01:07 +0000

File function   statements missing excluded   coverage
cuda / bindings / __init__.py (no function)   2 0 0   100.00%
cuda / bindings / _bindings / __init__.py (no function)   0 0 0   100.00%
cuda / bindings / _internal / __init__.py (no function)   0 0 0   100.00%
cuda / bindings / _internal / _fast_enum.py FastEnumMetaclass.__init__   18 0 0   100.00%
cuda / bindings / _internal / _fast_enum.py FastEnumMetaclass.__repr__   1 0 0   100.00%
cuda / bindings / _internal / _fast_enum.py FastEnumMetaclass.__len__   1 0 0   100.00%
cuda / bindings / _internal / _fast_enum.py FastEnumMetaclass.__iter__   1 0 0   100.00%
cuda / bindings / _internal / _fast_enum.py FastEnumMetaclass.__contains__   1 0 0   100.00%
cuda / bindings / _internal / _fast_enum.py FastEnum.__new__   4 0 0   100.00%
cuda / bindings / _internal / _fast_enum.py FastEnum.__repr__   1 0 0   100.00%
cuda / bindings / _internal / _fast_enum.py FastEnum.name   1 0 0   100.00%
cuda / bindings / _internal / _fast_enum.py FastEnum.value   1 0 0   100.00%
cuda / bindings / _internal / _fast_enum.py (no function)   14 0 0   100.00%
cuda / bindings / _lib / __init__.py (no function)   0 0 0   100.00%
cuda / bindings / _test_helpers / __init__.py (no function)   0 0 0   100.00%
cuda / bindings / _test_helpers / arch_check.py hardware_supports_nvml   7 2 0   71.43%
cuda / bindings / _test_helpers / arch_check.py unsupported_before   16 3 0   81.25%
cuda / bindings / _test_helpers / arch_check.py (no function)   8 0 0   100.00%
cuda / bindings / _version.py (no function)   13 0 5   100.00%
cuda / bindings / utils / __init__.py _add_cuda_native_handle_getter   1 0 0   100.00%
cuda / bindings / utils / __init__.py get_cuda_native_handle   5 0 0   100.00%
cuda / bindings / utils / __init__.py (no function)   6 0 0   100.00%
cuda / bindings / utils / _ptx_utils.py get_minimal_required_cuda_ver_from_ptx_ver   5 2 0   60.00%
cuda / bindings / utils / _ptx_utils.py get_ptx_ver   4 1 1   75.00%
cuda / bindings / utils / _ptx_utils.py (no function)   5 0 0   100.00%
cuda / bindings / utils / _version_check.py warn_if_cuda_major_version_mismatch   17 1 0   94.12%
cuda / bindings / utils / _version_check.py (no function)   6 0 0   100.00%
cuda / core / __init__.py (no function)   31 5 0   83.87%
cuda / core / _graph.py _lazy_init   5 0 0   100.00%
cuda / core / _graph.py GraphBuilder._MembersNeededForFinalize.__init__   6 0 0   100.00%
cuda / core / _graph.py GraphBuilder._MembersNeededForFinalize.close   12 1 0   91.67%
cuda / core / _graph.py GraphBuilder.__init__   1 1 0   0.00%
cuda / core / _graph.py GraphBuilder._init   5 0 0   100.00%
cuda / core / _graph.py GraphBuilder.stream   1 0 0   100.00%
cuda / core / _graph.py GraphBuilder.is_join_required   1 0 0   100.00%
cuda / core / _graph.py GraphBuilder.begin_building   15 1 0   93.33%
cuda / core / _graph.py GraphBuilder.is_building   8 3 0   62.50%
cuda / core / _graph.py GraphBuilder.end_building   7 1 0   85.71%
cuda / core / _graph.py GraphBuilder.complete   37 13 0   64.86%
cuda / core / _graph.py GraphBuilder.debug_dot_print   37 1 0   97.30%
cuda / core / _graph.py GraphBuilder.split   10 0 0   100.00%
cuda / core / _graph.py GraphBuilder.join   16 1 0   93.75%
cuda / core / _graph.py GraphBuilder.__cuda_stream__   1 1 0   0.00%
cuda / core / _graph.py GraphBuilder._get_conditional_context   1 0 0   100.00%
cuda / core / _graph.py GraphBuilder.create_conditional_handle   12 3 0   75.00%
cuda / core / _graph.py GraphBuilder._cond_with_params   6 1 0   83.33%
cuda / core / _graph.py GraphBuilder.if_cond   11 2 0   81.82%
cuda / core / _graph.py GraphBuilder.if_else   11 2 0   81.82%
cuda / core / _graph.py GraphBuilder.switch   11 2 0   81.82%
cuda / core / _graph.py GraphBuilder.while_loop   11 2 0   81.82%
cuda / core / _graph.py GraphBuilder.close   1 0 0   100.00%
cuda / core / _graph.py GraphBuilder.add_child   11 3 0   72.73%
cuda / core / _graph.py Graph._MembersNeededForFinalize.__init__   2 0 0   100.00%
cuda / core / _graph.py Graph._MembersNeededForFinalize.close   3 0 0   100.00%
cuda / core / _graph.py Graph.__init__   1 1 0   0.00%
cuda / core / _graph.py Graph._init   3 0 0   100.00%
cuda / core / _graph.py Graph.close   1 0 0   100.00%
cuda / core / _graph.py Graph.handle   1 1 0   0.00%
cuda / core / _graph.py Graph.update   5 2 0   60.00%
cuda / core / _graph.py Graph.upload   1 0 0   100.00%
cuda / core / _graph.py Graph.launch   1 0 0   100.00%
cuda / core / _graph.py (no function)   79 0 2   100.00%
cuda / core / _memory / __init__.py (no function)   8 0 0   100.00%
cuda / core / _memory / _legacy.py LegacyPinnedMemoryResource.allocate   8 1 0   87.50%
cuda / core / _memory / _legacy.py LegacyPinnedMemoryResource.deallocate   5 1 0   80.00%
cuda / core / _memory / _legacy.py LegacyPinnedMemoryResource.is_device_accessible   1 0 0   100.00%
cuda / core / _memory / _legacy.py LegacyPinnedMemoryResource.is_host_accessible   1 0 0   100.00%
cuda / core / _memory / _legacy.py LegacyPinnedMemoryResource.device_id   1 1 0   0.00%
cuda / core / _memory / _legacy.py _SynchronousMemoryResource.__init__   2 0 0   100.00%
cuda / core / _memory / _legacy.py _SynchronousMemoryResource.allocate   8 0 0   100.00%
cuda / core / _memory / _legacy.py _SynchronousMemoryResource.deallocate   5 1 0   80.00%
cuda / core / _memory / _legacy.py _SynchronousMemoryResource.is_device_accessible   1 0 0   100.00%
cuda / core / _memory / _legacy.py _SynchronousMemoryResource.is_host_accessible   1 1 0   0.00%
cuda / core / _memory / _legacy.py _SynchronousMemoryResource.device_id   1 0 0   100.00%
cuda / core / _memory / _legacy.py (no function)   26 0 2   100.00%
cuda / core / _memory / _virtual_memory_resource.py VirtualMemoryResourceOptions._access_to_flags   4 1 0   75.00%
cuda / core / _memory / _virtual_memory_resource.py VirtualMemoryResourceOptions._allocation_type_to_driver   4 1 0   75.00%
cuda / core / _memory / _virtual_memory_resource.py VirtualMemoryResourceOptions._location_type_to_driver   4 1 0   75.00%
cuda / core / _memory / _virtual_memory_resource.py VirtualMemoryResourceOptions._handle_type_to_driver   6 2 0   66.67%
cuda / core / _memory / _virtual_memory_resource.py VirtualMemoryResourceOptions._granularity_to_driver   4 1 0   75.00%
cuda / core / _memory / _virtual_memory_resource.py VirtualMemoryResource.__init__   10 4 0   60.00%
cuda / core / _memory / _virtual_memory_resource.py VirtualMemoryResource._align_up   1 0 0   100.00%
cuda / core / _memory / _virtual_memory_resource.py VirtualMemoryResource.modify_allocation   31 2 0   93.55%
cuda / core / _memory / _virtual_memory_resource.py VirtualMemoryResource._grow_allocation_fast_path   15 15 0   0.00%
cuda / core / _memory / _virtual_memory_resource.py VirtualMemoryResource._grow_allocation_slow_path   30 0 0   100.00%
cuda / core / _memory / _virtual_memory_resource.py VirtualMemoryResource._grow_allocation_slow_path._remap_old   5 5 0   0.00%
cuda / core / _memory / _virtual_memory_resource.py VirtualMemoryResource._build_access_descriptors   17 5 0   70.59%
cuda / core / _memory / _virtual_memory_resource.py VirtualMemoryResource.allocate   32 1 0   96.88%
cuda / core / _memory / _virtual_memory_resource.py VirtualMemoryResource.deallocate   8 0 0   100.00%
cuda / core / _memory / _virtual_memory_resource.py VirtualMemoryResource.is_device_accessible   1 1 0   0.00%
cuda / core / _memory / _virtual_memory_resource.py VirtualMemoryResource.is_host_accessible   1 1 0   0.00%
cuda / core / _memory / _virtual_memory_resource.py VirtualMemoryResource.device_id   1 0 0   100.00%
cuda / core / _memory / _virtual_memory_resource.py VirtualMemoryResource.__repr__   1 1 0   0.00%
cuda / core / _memory / _virtual_memory_resource.py (no function)   65 0 2   100.00%
cuda / core / _utils / __init__.py (no function)   0 0 0   100.00%
cuda / core / _utils / clear_error_support.py assert_type   2 0 0   100.00%
cuda / core / _utils / clear_error_support.py assert_type_str_or_bytes_like   2 1 0   50.00%
cuda / core / _utils / clear_error_support.py raise_code_path_meant_to_be_unreachable   1 1 0   0.00%
cuda / core / _utils / clear_error_support.py (no function)   3 0 0   100.00%
cuda / core / _utils / driver_cu_result_explanations.py (no function)   1 0 0   100.00%
cuda / core / _utils / runtime_cuda_error_explanations.py (no function)   1 0 0   100.00%
cuda / core / _version.py (no function)   13 0 5   100.00%
cuda / core / experimental / __init__.py _warn_deprecated   2 0 0   100.00%
cuda / core / experimental / __init__.py (no function)   15 0 0   100.00%
cuda / core / system / __init__.py (no function)   13 0 0   100.00%
cuda / core / system / exceptions.py (no function)   34 0 0   100.00%
cuda / core / utils.py (no function)   1 0 0   100.00%
cuda / pathfinder / __init__.py (no function)   29 0 0   100.00%
cuda / pathfinder / _binaries / find_nvidia_binary_utility.py UnsupportedBinaryError.__init__   2 0 0   100.00%
cuda / pathfinder / _binaries / find_nvidia_binary_utility.py UnsupportedBinaryError.__str__   2 0 0   100.00%
cuda / pathfinder / _binaries / find_nvidia_binary_utility.py _normalize_utility_name   3 0 0   100.00%
cuda / pathfinder / _binaries / find_nvidia_binary_utility.py find_nvidia_binary_utility   17 0 0   100.00%
cuda / pathfinder / _binaries / find_nvidia_binary_utility.py (no function)   13 0 0   100.00%
cuda / pathfinder / _binaries / supported_nvidia_binaries.py (no function)   6 0 0   100.00%
cuda / pathfinder / _dynamic_libs / canary_probe_subprocess.py _probe_canary_abs_path   13 13 0   0.00%
cuda / pathfinder / _dynamic_libs / canary_probe_subprocess.py probe_canary_abs_path_and_print_json   1 1 0   0.00%
cuda / pathfinder / _dynamic_libs / canary_probe_subprocess.py (no function)   6 0 0   100.00%
cuda / pathfinder / _dynamic_libs / descriptor_catalog.py (no function)   19 0 0   100.00%
cuda / pathfinder / _dynamic_libs / lib_descriptor.py (no function)   5 0 0   100.00%
cuda / pathfinder / _dynamic_libs / load_dl_common.py load_dependencies   2 1 0   50.00%
cuda / pathfinder / _dynamic_libs / load_dl_common.py (no function)   17 0 2   100.00%
cuda / pathfinder / _dynamic_libs / load_dl_linux.py _load_libdl   5 2 0   60.00%
cuda / pathfinder / _dynamic_libs / load_dl_linux.py _dl_last_error   4 4 0   0.00%
cuda / pathfinder / _dynamic_libs / load_dl_linux.py l_name_for_dynamic_library   14 5 0   64.29%
cuda / pathfinder / _dynamic_libs / load_dl_linux.py l_origin_for_dynamic_library   9 3 0   66.67%
cuda / pathfinder / _dynamic_libs / load_dl_linux.py abs_path_for_dynamic_library   3 0 0   100.00%
cuda / pathfinder / _dynamic_libs / load_dl_linux.py _candidate_sonames   3 0 0   100.00%
cuda / pathfinder / _dynamic_libs / load_dl_linux.py check_if_already_loaded_from_elsewhere   7 1 0   85.71%
cuda / pathfinder / _dynamic_libs / load_dl_linux.py _load_lib   4 1 0   75.00%
cuda / pathfinder / _dynamic_libs / load_dl_linux.py load_with_system_search   10 1 0   90.00%
cuda / pathfinder / _dynamic_libs / load_dl_linux.py _work_around_known_bugs   8 7 0   12.50%
cuda / pathfinder / _dynamic_libs / load_dl_linux.py load_with_abs_path   6 2 0   66.67%
cuda / pathfinder / _dynamic_libs / load_dl_linux.py (no function)   30 0 2   100.00%
cuda / pathfinder / _dynamic_libs / load_dl_windows.py ctypes_handle_to_unsigned_int   4 1 0   75.00%
cuda / pathfinder / _dynamic_libs / load_dl_windows.py add_dll_directory   7 1 0   85.71%
cuda / pathfinder / _dynamic_libs / load_dl_windows.py abs_path_for_dynamic_library   12 7 0   41.67%
cuda / pathfinder / _dynamic_libs / load_dl_windows.py check_if_already_loaded_from_elsewhere   8 4 0   50.00%
cuda / pathfinder / _dynamic_libs / load_dl_windows.py load_with_system_search   6 0 0   100.00%
cuda / pathfinder / _dynamic_libs / load_dl_windows.py load_with_abs_path   8 2 0   75.00%
cuda / pathfinder / _dynamic_libs / load_dl_windows.py (no function)   25 0 2   100.00%
cuda / pathfinder / _dynamic_libs / load_nvidia_dynamic_lib.py _load_driver_lib_no_cache   7 0 0   100.00%
cuda / pathfinder / _dynamic_libs / load_nvidia_dynamic_lib.py _resolve_system_loaded_abs_path_in_subprocess   13 0 0   100.00%
cuda / pathfinder / _dynamic_libs / load_nvidia_dynamic_lib.py _try_ctk_root_canary   11 0 0   100.00%
cuda / pathfinder / _dynamic_libs / load_nvidia_dynamic_lib.py _load_lib_no_cache   22 1 0   95.45%
cuda / pathfinder / _dynamic_libs / load_nvidia_dynamic_lib.py load_nvidia_dynamic_lib   8 0 0   100.00%
cuda / pathfinder / _dynamic_libs / load_nvidia_dynamic_lib.py (no function)   24 0 2   100.00%
cuda / pathfinder / _dynamic_libs / platform_loader.py PlatformLoader.check_if_already_loaded_from_elsewhere   0 0 1   100.00%
cuda / pathfinder / _dynamic_libs / platform_loader.py PlatformLoader.load_with_system_search   0 0 1   100.00%
cuda / pathfinder / _dynamic_libs / platform_loader.py PlatformLoader.load_with_abs_path   0 0 1   100.00%
cuda / pathfinder / _dynamic_libs / platform_loader.py (no function)   10 0 4   100.00%
cuda / pathfinder / _dynamic_libs / search_platform.py _no_such_file_in_sub_dirs   5 1 0   80.00%
cuda / pathfinder / _dynamic_libs / search_platform.py _find_so_in_rel_dirs   15 2 0   86.67%
cuda / pathfinder / _dynamic_libs / search_platform.py _find_dll_under_dir   6 2 0   66.67%
cuda / pathfinder / _dynamic_libs / search_platform.py _find_dll_in_rel_dirs   11 0 0   100.00%
cuda / pathfinder / _dynamic_libs / search_platform.py SearchPlatform.lib_searched_for   0 0 1   100.00%
cuda / pathfinder / _dynamic_libs / search_platform.py SearchPlatform.site_packages_rel_dirs   0 0 1   100.00%
cuda / pathfinder / _dynamic_libs / search_platform.py SearchPlatform.conda_anchor_point   0 0 1   100.00%
cuda / pathfinder / _dynamic_libs / search_platform.py SearchPlatform.anchor_rel_dirs   0 0 1   100.00%
cuda / pathfinder / _dynamic_libs / search_platform.py SearchPlatform.find_in_site_packages   0 0 1   100.00%
cuda / pathfinder / _dynamic_libs / search_platform.py SearchPlatform.find_in_lib_dir   0 0 1   100.00%
cuda / pathfinder / _dynamic_libs / search_platform.py LinuxSearchPlatform.lib_searched_for   1 0 0   100.00%
cuda / pathfinder / _dynamic_libs / search_platform.py LinuxSearchPlatform.site_packages_rel_dirs   1 0 0   100.00%
cuda / pathfinder / _dynamic_libs / search_platform.py LinuxSearchPlatform.conda_anchor_point   1 0 0   100.00%
cuda / pathfinder / _dynamic_libs / search_platform.py LinuxSearchPlatform.anchor_rel_dirs   1 0 0   100.00%
cuda / pathfinder / _dynamic_libs / search_platform.py LinuxSearchPlatform.find_in_site_packages   1 0 0   100.00%
cuda / pathfinder / _dynamic_libs / search_platform.py LinuxSearchPlatform.find_in_lib_dir   14 7 0   50.00%
cuda / pathfinder / _dynamic_libs / search_platform.py WindowsSearchPlatform.lib_searched_for   1 0 0   100.00%
cuda / pathfinder / _dynamic_libs / search_platform.py WindowsSearchPlatform.site_packages_rel_dirs   1 0 0   100.00%
cuda / pathfinder / _dynamic_libs / search_platform.py WindowsSearchPlatform.conda_anchor_point   1 0 0   100.00%
cuda / pathfinder / _dynamic_libs / search_platform.py WindowsSearchPlatform.anchor_rel_dirs   1 0 0   100.00%
cuda / pathfinder / _dynamic_libs / search_platform.py WindowsSearchPlatform.find_in_site_packages   1 0 0   100.00%
cuda / pathfinder / _dynamic_libs / search_platform.py WindowsSearchPlatform.find_in_lib_dir   11 7 0   36.36%
cuda / pathfinder / _dynamic_libs / search_platform.py (no function)   32 0 20   100.00%
cuda / pathfinder / _dynamic_libs / search_steps.py SearchContext.libname   1 0 0   100.00%
cuda / pathfinder / _dynamic_libs / search_steps.py SearchContext.lib_searched_for   1 0 0   100.00%
cuda / pathfinder / _dynamic_libs / search_steps.py SearchContext.raise_not_found   3 0 0   100.00%
cuda / pathfinder / _dynamic_libs / search_steps.py _find_lib_dir_using_anchor   6 0 0   100.00%
cuda / pathfinder / _dynamic_libs / search_steps.py _find_using_lib_dir   3 0 0   100.00%
cuda / pathfinder / _dynamic_libs / search_steps.py _derive_ctk_root_linux   9 0 0   100.00%
cuda / pathfinder / _dynamic_libs / search_steps.py _derive_ctk_root_windows   10 0 0   100.00%
cuda / pathfinder / _dynamic_libs / search_steps.py derive_ctk_root   4 0 0   100.00%
cuda / pathfinder / _dynamic_libs / search_steps.py find_via_ctk_root   5 0 0   100.00%
cuda / pathfinder / _dynamic_libs / search_steps.py find_in_site_packages   7 0 0   100.00%
cuda / pathfinder / _dynamic_libs / search_steps.py find_in_conda   9 1 0   88.89%
cuda / pathfinder / _dynamic_libs / search_steps.py find_in_cuda_home   8 1 0   87.50%
cuda / pathfinder / _dynamic_libs / search_steps.py run_find_steps   5 0 0   100.00%
cuda / pathfinder / _dynamic_libs / search_steps.py (no function)   34 0 0   100.00%
cuda / pathfinder / _dynamic_libs / supported_nvidia_libs.py is_suppressed_dll_file   3 0 0   100.00%
cuda / pathfinder / _dynamic_libs / supported_nvidia_libs.py (no function)   33 0 0   100.00%
cuda / pathfinder / _headers / find_nvidia_headers.py LocatedHeaderDir.__post_init__   1 0 0   100.00%
cuda / pathfinder / _headers / find_nvidia_headers.py _abs_norm   3 1 0   66.67%
cuda / pathfinder / _headers / find_nvidia_headers.py _joined_isfile   1 0 0   100.00%
cuda / pathfinder / _headers / find_nvidia_headers.py _locate_under_site_packages   4 2 0   50.00%
cuda / pathfinder / _headers / find_nvidia_headers.py _locate_based_on_ctk_layout   19 2 0   89.47%
cuda / pathfinder / _headers / find_nvidia_headers.py _find_based_on_conda_layout   20 17 0   15.00%
cuda / pathfinder / _headers / find_nvidia_headers.py _find_ctk_header_directory_via_canary   7 1 0   85.71%
cuda / pathfinder / _headers / find_nvidia_headers.py _find_ctk_header_directory   13 2 0   84.62%
cuda / pathfinder / _headers / find_nvidia_headers.py locate_nvidia_header_directory   17 4 0   76.47%
cuda / pathfinder / _headers / find_nvidia_headers.py find_nvidia_header_directory   2 0 0   100.00%
cuda / pathfinder / _headers / find_nvidia_headers.py (no function)   26 0 0   100.00%
cuda / pathfinder / _headers / supported_nvidia_headers.py (no function)   19 0 0   100.00%
cuda / pathfinder / _optional_cuda_import.py optional_cuda_import   12 0 0   100.00%
cuda / pathfinder / _optional_cuda_import.py (no function)   6 0 0   100.00%
cuda / pathfinder / _static_libs / find_bitcode_lib.py _no_such_file_in_dir   6 1 0   83.33%
cuda / pathfinder / _static_libs / find_bitcode_lib.py _FindBitcodeLib.__init__   9 0 0   100.00%
cuda / pathfinder / _static_libs / find_bitcode_lib.py _FindBitcodeLib.try_site_packages   7 0 0   100.00%
cuda / pathfinder / _static_libs / find_bitcode_lib.py _FindBitcodeLib.try_with_conda_prefix   8 0 0   100.00%
cuda / pathfinder / _static_libs / find_bitcode_lib.py _FindBitcodeLib.try_with_cuda_home   9 0 0   100.00%
cuda / pathfinder / _static_libs / find_bitcode_lib.py _FindBitcodeLib.raise_not_found_error   3 0 0   100.00%
cuda / pathfinder / _static_libs / find_bitcode_lib.py locate_bitcode_lib   11 0 0   100.00%
cuda / pathfinder / _static_libs / find_bitcode_lib.py find_bitcode_lib   1 0 0   100.00%
cuda / pathfinder / _static_libs / find_bitcode_lib.py (no function)   23 0 0   100.00%
cuda / pathfinder / _static_libs / find_static_lib.py _no_such_file_in_dir   6 1 0   83.33%
cuda / pathfinder / _static_libs / find_static_lib.py _FindStaticLib.__init__   10 0 0   100.00%
cuda / pathfinder / _static_libs / find_static_lib.py _FindStaticLib.try_site_packages   7 0 0   100.00%
cuda / pathfinder / _static_libs / find_static_lib.py _FindStaticLib.try_with_conda_prefix   8 0 0   100.00%
cuda / pathfinder / _static_libs / find_static_lib.py _FindStaticLib.try_with_cuda_home   10 0 0   100.00%
cuda / pathfinder / _static_libs / find_static_lib.py _FindStaticLib.raise_not_found_error   3 0 0   100.00%
cuda / pathfinder / _static_libs / find_static_lib.py locate_static_lib   11 0 0   100.00%
cuda / pathfinder / _static_libs / find_static_lib.py find_static_lib   1 0 0   100.00%
cuda / pathfinder / _static_libs / find_static_lib.py (no function)   23 0 0   100.00%
cuda / pathfinder / _utils / env_vars.py _paths_differ   10 2 0   80.00%
cuda / pathfinder / _utils / env_vars.py get_cuda_home_or_path   7 0 0   100.00%
cuda / pathfinder / _utils / env_vars.py (no function)   4 0 0   100.00%
cuda / pathfinder / _utils / find_sub_dirs.py find_sub_dirs_no_cache   23 2 0   91.30%
cuda / pathfinder / _utils / find_sub_dirs.py find_sub_dirs_cached   1 0 0   100.00%
cuda / pathfinder / _utils / find_sub_dirs.py find_sub_dirs   1 0 0   100.00%
cuda / pathfinder / _utils / find_sub_dirs.py find_sub_dirs_sys_path   1 0 0   100.00%
cuda / pathfinder / _utils / find_sub_dirs.py find_sub_dirs_all_sitepackages   7 0 0   100.00%
cuda / pathfinder / _utils / find_sub_dirs.py (no function)   11 0 0   100.00%
cuda / pathfinder / _utils / platform_aware.py quote_for_shell   5 0 0   100.00%
cuda / pathfinder / _utils / platform_aware.py (no function)   3 0 0   100.00%
cuda / pathfinder / _utils / spawned_process_runner.py ChildProcessWrapper.__init__   4 0 0   100.00%
cuda / pathfinder / _utils / spawned_process_runner.py ChildProcessWrapper.__call__   18 18 0   0.00%
cuda / pathfinder / _utils / spawned_process_runner.py run_in_spawned_child_process   26 9 0   65.38%
cuda / pathfinder / _utils / spawned_process_runner.py (no function)   17 0 0   100.00%
cuda / pathfinder / _version.py (no function)   13 0 5   100.00%
Total     2004 244 63   87.82%

No items found using the specified filter.