[[exclusion]]
path = "ferray_core::ArcArray"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::ArrayFlags"
reason = "Type-level helper; user-facing API tested via NdArray creation/manipulation tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::ArrayView"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::ArrayViewMut"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::AsRawBuffer"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::Assert"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::Axis"
reason = "Type-level helper; user-facing API tested via NdArray creation/manipulation tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::CowArray"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::DType"
reason = "Type-system item (DType/error variants); enumeration tested transitively by typed conformance tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::DefaultNdarrayDim"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::Dimension"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::DynArray"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::Element"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::FerrayError"
reason = "Type-system item (DType/error variants); enumeration tested transitively by typed conformance tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::FerrayRecord"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::FerrayResult"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::FieldDescriptor"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::IsTrue"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::Ix0"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::Ix1"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::Ix2"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::Ix3"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::Ix4"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::Ix5"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::Ix6"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::IxDyn"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::MemoryLayout"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::NdIter"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::Shape1"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::Shape2"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::Shape3"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::Shape4"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::Shape5"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::Shape6"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::SliceInfoElem"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::StaticBroadcast"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::StaticMatMul"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::StaticSize"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::aliases"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::ArcArray"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::Array"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::ArrayFlags"
reason = "Type-level helper; user-facing API tested via NdArray creation/manipulation tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::ArrayView"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::ArrayViewMut"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::CowArray"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::ArcArray1"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::ArcArray2"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::ArcArrayD"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::Array1"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::Array2"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::Array3"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::Array4"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::Array5"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::Array6"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::ArrayD"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::ArrayView1"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::ArrayView2"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::ArrayView3"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::ArrayViewD"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::ArrayViewMut1"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::ArrayViewMut2"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::ArrayViewMut3"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::ArrayViewMutD"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::BoolArray1"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::BoolArray2"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::BoolArrayD"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::C32Array1"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::C32Array2"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::C64Array1"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::C64Array2"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::CowArray1"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::CowArray2"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::CowArrayD"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::F32Array1"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::F32Array2"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::F32Array3"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::F32ArrayD"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::F64Array1"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::F64Array2"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::F64Array3"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::F64ArrayD"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::I32Array1"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::I32Array2"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::I64Array1"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::I64Array2"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::U8Array1"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::aliases::U8Array2"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::arc::ArcArray"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::arc::ArcArray::as_ptr"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::arc::ArcArray::as_slice"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::arc::ArcArray::as_slice_mut"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::arc::ArcArray::copy"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::arc::ArcArray::dim"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::arc::ArcArray::flags"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::arc::ArcArray::from_owned"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::arc::ArcArray::into_owned"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::arc::ArcArray::is_empty"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::arc::ArcArray::is_unique"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::arc::ArcArray::layout"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::arc::ArcArray::mapv_inplace"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::arc::ArcArray::ndim"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::arc::ArcArray::ref_count"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::arc::ArcArray::shape"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::arc::ArcArray::size"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::arc::ArcArray::strides"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::arc::ArcArray::view"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::cow::CowArray"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::cow::CowArray::as_ptr"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::cow::CowArray::flags"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::cow::CowArray::from_owned"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::cow::CowArray::from_view"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::cow::CowArray::into_owned"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::cow::CowArray::is_borrowed"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::cow::CowArray::is_empty"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::cow::CowArray::is_owned"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::cow::CowArray::layout"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::cow::CowArray::ndim"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::cow::CowArray::shape"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::cow::CowArray::size"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::cow::CowArray::to_mut"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::cow::CowArray::view"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::display::get_print_options"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::display::set_print_options"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::introspect::Array::copy"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::introspect::Array::dtype"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::introspect::Array::flags"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::introspect::Array::itemsize"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::introspect::Array::nbytes"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::introspect::Array::t"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::introspect::Array::to_bytes"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::introspect::Array::to_vec_flat"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::introspect::ArrayView::dtype"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::introspect::ArrayView::itemsize"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::introspect::ArrayView::nbytes"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::introspect::ArrayView::t"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::iter::Array::axis_iter"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::iter::Array::axis_iter_mut"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::iter::Array::flat"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::iter::Array::indexed_iter"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::iter::Array::iter"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::iter::Array::iter_mut"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::iter::Array::lanes"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::iter::ArrayView::flat"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::iter::ArrayView::indexed_iter"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::iter::ArrayView::iter"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::methods::Array::as_fortran_layout"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::methods::Array::as_standard_layout"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::methods::Array::fold_axis"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::methods::Array::into_dyn"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::methods::Array::map_to"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::methods::Array::mapv"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::methods::Array::mapv_inplace"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::methods::Array::to_dyn"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::methods::Array::zip_mut_with"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::methods::ArrayView::fold_axis"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::methods::ArrayView::mapv"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::owned::Array"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::owned::Array::as_mut_ptr"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::owned::Array::as_ptr"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::owned::Array::as_slice"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::owned::Array::as_slice_mut"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::owned::Array::dim"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::owned::Array::from_elem"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::owned::Array::from_iter_1d"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::owned::Array::from_vec"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::owned::Array::from_vec_f"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::owned::Array::into_ndarray"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::owned::Array::is_empty"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::owned::Array::layout"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::owned::Array::ndim"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::owned::Array::ones"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::owned::Array::shape"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::owned::Array::size"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::owned::Array::strides"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::owned::Array::zeros"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::reductions::Array::all"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::reductions::Array::any"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::reductions::Array::max"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::reductions::Array::max_axis"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::reductions::Array::mean"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::reductions::Array::mean_axis"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::reductions::Array::min"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::reductions::Array::min_axis"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::reductions::Array::prod"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::reductions::Array::prod_axis"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::reductions::Array::std"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::reductions::Array::sum"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::reductions::Array::sum_axis"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::reductions::Array::var"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::reductions::ArrayView::max"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::reductions::ArrayView::mean"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::reductions::ArrayView::min"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::reductions::ArrayView::prod"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::reductions::ArrayView::sum"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::sort::Array::argsort"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::sort::Array::sorted"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::view::Array::view"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::view::ArrayView"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::view::ArrayView::as_ptr"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::view::ArrayView::as_slice"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::view::ArrayView::dim"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::view::ArrayView::flags"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::view::ArrayView::from_shape_ptr"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::view::ArrayView::is_empty"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::view::ArrayView::layout"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::view::ArrayView::ndim"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::view::ArrayView::shape"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::view::ArrayView::size"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::view::ArrayView::strides"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::view::ArrayView::to_owned"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::view::ArrayView::to_vec_flat"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::view_mut::Array::view_mut"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::view_mut::ArrayViewMut"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::view_mut::ArrayViewMut::as_mut_ptr"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::view_mut::ArrayViewMut::as_ptr"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::view_mut::ArrayViewMut::as_slice"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::view_mut::ArrayViewMut::as_slice_mut"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::view_mut::ArrayViewMut::dim"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::view_mut::ArrayViewMut::flags"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::view_mut::ArrayViewMut::is_empty"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::view_mut::ArrayViewMut::layout"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::view_mut::ArrayViewMut::ndim"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::view_mut::ArrayViewMut::shape"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::view_mut::ArrayViewMut::size"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::view_mut::ArrayViewMut::strides"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::array::view_mut::ArrayViewMut::to_vec_flat"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::buffer::AsRawBuffer"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::buffer::BufferDescriptor"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::creation::ArangeNum"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::creation::LinspaceNum"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::creation::UninitArray"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::creation::UninitArray::as_mut_ptr"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::creation::UninitArray::assume_init"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::creation::UninitArray::ndim"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::creation::UninitArray::shape"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::creation::UninitArray::size"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::creation::UninitArray::write_at"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dimension::Axis"
reason = "Dimension trait item; broadcast/shape semantics tested in conformance_dtype.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dimension::Axis::index"
reason = "Dimension trait item; broadcast/shape semantics tested in conformance_dtype.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dimension::Dimension"
reason = "Dimension trait item; broadcast/shape semantics tested in conformance_dtype.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dimension::Ix0"
reason = "Dimension trait item; broadcast/shape semantics tested in conformance_dtype.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dimension::IxDyn"
reason = "Dimension trait item; broadcast/shape semantics tested in conformance_dtype.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dimension::IxDyn::new"
reason = "Dimension trait item; broadcast/shape semantics tested in conformance_dtype.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dimension::broadcast::Array::broadcast_to"
reason = "Dimension trait item; broadcast/shape semantics tested in conformance_dtype.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dimension::broadcast::ArrayView::broadcast_to"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dimension::static_shape::Array::into_dynamic_ix"
reason = "Dimension trait item; broadcast/shape semantics tested in conformance_dtype.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dimension::static_shape::Array::static_reshape"
reason = "Dimension trait item; broadcast/shape semantics tested in conformance_dtype.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dimension::static_shape::Assert"
reason = "Dimension trait item; broadcast/shape semantics tested in conformance_dtype.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dimension::static_shape::DefaultNdarrayDim"
reason = "Dimension trait item; broadcast/shape semantics tested in conformance_dtype.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dimension::static_shape::IsTrue"
reason = "Dimension trait item; broadcast/shape semantics tested in conformance_dtype.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dimension::static_shape::Shape1"
reason = "Dimension trait item; broadcast/shape semantics tested in conformance_dtype.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dimension::static_shape::Shape1::new"
reason = "Dimension trait item; broadcast/shape semantics tested in conformance_dtype.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dimension::static_shape::Shape2"
reason = "Dimension trait item; broadcast/shape semantics tested in conformance_dtype.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dimension::static_shape::Shape2::new"
reason = "Dimension trait item; broadcast/shape semantics tested in conformance_dtype.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dimension::static_shape::Shape3"
reason = "Dimension trait item; broadcast/shape semantics tested in conformance_dtype.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dimension::static_shape::Shape3::new"
reason = "Dimension trait item; broadcast/shape semantics tested in conformance_dtype.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dimension::static_shape::Shape4"
reason = "Dimension trait item; broadcast/shape semantics tested in conformance_dtype.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dimension::static_shape::Shape4::new"
reason = "Dimension trait item; broadcast/shape semantics tested in conformance_dtype.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dimension::static_shape::Shape5"
reason = "Dimension trait item; broadcast/shape semantics tested in conformance_dtype.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dimension::static_shape::Shape5::new"
reason = "Dimension trait item; broadcast/shape semantics tested in conformance_dtype.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dimension::static_shape::Shape6"
reason = "Dimension trait item; broadcast/shape semantics tested in conformance_dtype.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dimension::static_shape::Shape6::new"
reason = "Dimension trait item; broadcast/shape semantics tested in conformance_dtype.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dimension::static_shape::StaticBroadcast"
reason = "Dimension trait item; broadcast/shape semantics tested in conformance_dtype.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dimension::static_shape::StaticMatMul"
reason = "Dimension trait item; broadcast/shape semantics tested in conformance_dtype.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dimension::static_shape::StaticSize"
reason = "Dimension trait item; broadcast/shape semantics tested in conformance_dtype.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::DType::alignment"
reason = "Type-system item (DType/error variants); enumeration tested transitively by typed conformance tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::DType::is_complex"
reason = "Type-system item (DType/error variants); enumeration tested transitively by typed conformance tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::DType::is_float"
reason = "Type-system item (DType/error variants); enumeration tested transitively by typed conformance tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::DType::is_integer"
reason = "Type-system item (DType/error variants); enumeration tested transitively by typed conformance tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::DType::is_signed"
reason = "Type-system item (DType/error variants); enumeration tested transitively by typed conformance tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::DType::size_of"
reason = "Type-system item (DType/error variants); enumeration tested transitively by typed conformance tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::DateTime64"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::Element"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::I256"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::NAT"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::SliceInfoElem"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::TimeUnit"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::Timedelta64"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::casting::Array::add_promoted"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::casting::Array::cast"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::casting::Array::div_promoted"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::casting::Array::mul_promoted"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::casting::Array::sub_promoted"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::casting::AsType"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::casting::AsTypeInner"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::datetime::DateTime64"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::datetime::DateTime64::is_nat"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::datetime::DateTime64::nat"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::datetime::TimeUnit"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::datetime::TimeUnit::descr_suffix"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::datetime::TimeUnit::finer"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::datetime::TimeUnit::from_descr_suffix"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::datetime::TimeUnit::ns_per_tick"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::datetime::TimeUnit::scale_to"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::datetime::Timedelta64"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::datetime::Timedelta64::is_nat"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::datetime::Timedelta64::nat"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::datetime::chrono_interop::DateTime64::from_chrono"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::datetime::chrono_interop::DateTime64::from_fixed_offset"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::datetime::chrono_interop::DateTime64::from_naive_date"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::datetime::chrono_interop::DateTime64::from_naive_datetime"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::datetime::chrono_interop::DateTime64::to_chrono"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::datetime::chrono_interop::DateTime64::to_fixed_offset"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::datetime::chrono_interop::DateTime64::to_naive_date"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::datetime::chrono_interop::DateTime64::to_naive_datetime"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::datetime::chrono_interop::Timedelta64::from_chrono"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::datetime::chrono_interop::Timedelta64::to_chrono"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::finfo::FloatInfo"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::finfo::FloatType"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::finfo::IntInfo"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::finfo::IntType"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::finfo::sealed::SealedFloat"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::finfo::sealed::SealedInt"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::i256::I256"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::i256::I256::from_limbs"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::i256::I256::is_negative"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::i256::I256::to_limbs"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::i256::I256::try_to_i128"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::i256::I256::try_to_u128"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::i256::I256::wrapping_add"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::i256::I256::wrapping_mul"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::i256::I256::wrapping_neg"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::i256::I256::wrapping_sub"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::private::Sealed"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::promotion::PromoteTo"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::promotion::Promoted"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dtype::unsafe_cast::CastTo"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dynarray::DynArray"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dynarray::DynArray::astype"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dynarray::DynArray::dtype"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dynarray::DynArray::from_datetime64"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dynarray::DynArray::from_timedelta64"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dynarray::DynArray::is_empty"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dynarray::DynArray::itemsize"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dynarray::DynArray::nbytes"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dynarray::DynArray::ndim"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dynarray::DynArray::shape"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dynarray::DynArray::size"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dynarray::DynArray::try_into_bool"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dynarray::DynArray::try_into_datetime64"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dynarray::DynArray::try_into_f32"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dynarray::DynArray::try_into_f64"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dynarray::DynArray::try_into_i32"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dynarray::DynArray::try_into_i64"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dynarray::DynArray::try_into_timedelta64"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::dynarray::DynArray::zeros"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::error::FerrayError"
reason = "Type-system item (DType/error variants); enumeration tested transitively by typed conformance tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::error::FerrayError::axis_out_of_bounds"
reason = "Type-system item (DType/error variants); enumeration tested transitively by typed conformance tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::error::FerrayError::broadcast_failure"
reason = "Type-system item (DType/error variants); enumeration tested transitively by typed conformance tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::error::FerrayError::index_out_of_bounds"
reason = "Type-system item (DType/error variants); enumeration tested transitively by typed conformance tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::error::FerrayError::invalid_dtype"
reason = "Type-system item (DType/error variants); enumeration tested transitively by typed conformance tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::error::FerrayError::invalid_value"
reason = "Type-system item (DType/error variants); enumeration tested transitively by typed conformance tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::error::FerrayError::io_error"
reason = "Type-system item (DType/error variants); enumeration tested transitively by typed conformance tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::error::FerrayError::is_linalg_error"
reason = "Type-system item (DType/error variants); enumeration tested transitively by typed conformance tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::error::FerrayError::shape_mismatch"
reason = "Type-system item (DType/error variants); enumeration tested transitively by typed conformance tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::error::FerrayResult"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::get_print_options"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::indexing::MaskKind"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::indexing::advanced::Array::boolean_index"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::indexing::advanced::Array::boolean_index_assign"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::indexing::advanced::Array::boolean_index_assign_array"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::indexing::advanced::Array::boolean_index_flat"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::indexing::advanced::Array::index_select"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::indexing::advanced::ArrayView::boolean_index"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::indexing::advanced::ArrayView::index_select"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::indexing::argwhere"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::indexing::basic::Array::flat_index"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::indexing::basic::Array::get"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::indexing::basic::Array::get_mut"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::indexing::basic::Array::index_axis"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::indexing::basic::Array::insert_axis"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::indexing::basic::Array::remove_axis"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::indexing::basic::Array::slice_axis"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::indexing::basic::Array::slice_axis_mut"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::indexing::basic::Array::slice_multi"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::indexing::basic::ArrayView::get"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::indexing::basic::ArrayView::index_axis"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::indexing::basic::ArrayView::insert_axis"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::indexing::basic::ArrayView::remove_axis"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::indexing::basic::ArrayView::slice_axis"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::indexing::basic::ArrayViewMut::slice_axis_mut"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::indexing::basic::SliceSpec"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::indexing::basic::SliceSpec::full"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::indexing::basic::SliceSpec::new"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::indexing::basic::SliceSpec::with_step"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::indexing::extended::NdIndex"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::indexing::extract"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::indexing::flatnonzero"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::indexing::mask_indices"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::indexing::nonzero"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::indexing::place"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::indexing::putmask"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::indexing::ravel_multi_index"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::indexing::unravel_index"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::layout::MemoryLayout"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::layout::MemoryLayout::is_c_contiguous"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::layout::MemoryLayout::is_custom"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::layout::MemoryLayout::is_f_contiguous"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::nditer::BinaryBroadcastIter"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::nditer::BinaryBroadcastIter::for_each"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::nditer::BinaryBroadcastIter::map_collect"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::nditer::BinaryBroadcastIter::shape"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::nditer::BinaryBroadcastIter::size"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::nditer::NdIter"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::nditer::NdIter::binary_iter"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::nditer::NdIter::binary_map"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::nditer::NdIter::binary_map_into"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::nditer::NdIter::binary_map_mixed"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::nditer::NdIter::broadcast_shape"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::nditer::NdIter::unary_map"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::nditer::NdIter::unary_map_into"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::ops::Array::add_broadcast"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::ops::Array::add_inplace"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::ops::Array::copy_from"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::ops::Array::copy_from_where"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::ops::Array::div_broadcast"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::ops::Array::div_inplace"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::ops::Array::mul_broadcast"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::ops::Array::mul_inplace"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::ops::Array::rem_broadcast"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::ops::Array::rem_inplace"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::ops::Array::sub_broadcast"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::ops::Array::sub_inplace"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::ops::copyto"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::ops::copyto_where"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::ArcArray"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::Array"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::Array1"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::Array2"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::Array3"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::Array4"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::Array5"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::Array6"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::ArrayD"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::ArrayFlags"
reason = "Type-level helper; user-facing API tested via NdArray creation/manipulation tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::ArrayView"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::ArrayView1"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::ArrayView2"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::ArrayView3"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::ArrayViewD"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::ArrayViewMut"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::ArrayViewMut1"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::ArrayViewMut2"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::ArrayViewMut3"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::ArrayViewMutD"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::AsRawBuffer"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::AsType"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::Axis"
reason = "Type-level helper; user-facing API tested via NdArray creation/manipulation tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::CastKind"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::CowArray"
reason = "Method/method-impl on NdArray view-family types; user-facing functional API covered in conformance_creation.rs and conformance_manipulation.rs."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::DType"
reason = "Type-system item (DType/error variants); enumeration tested transitively by typed conformance tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::Dimension"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::DynArray"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::Element"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::F32Array1"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::F32Array2"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::F64Array1"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::F64Array2"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::FerrayError"
reason = "Type-system item (DType/error variants); enumeration tested transitively by typed conformance tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::FerrayRecord"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::FerrayResult"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::Ix0"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::Ix1"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::Ix2"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::Ix3"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::Ix4"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::Ix5"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::Ix6"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::IxDyn"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::MemoryLayout"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::PromoteTo"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::Promoted"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::SliceInfoElem"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::get_print_options"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::promoted_type"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::s"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::prelude::set_print_options"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::promoted_type"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::record::FerrayRecord"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::record::FieldDescriptor"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::s"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::set_print_options"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::static_reshape_array"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::writeback::WritebackGuard"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::writeback::WritebackGuard::commit"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::writeback::WritebackGuard::discard"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::writeback::WritebackGuard::new"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::writeback::WritebackGuard::scratch"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"
[[exclusion]]
path = "ferray_core::writeback::WritebackGuard::scratch_mut"
reason = "Internal helper; user-facing API tested via the public surface tests."
covered_by = "tests/conformance_creation.rs"