As per the title, if you `#[derive(Copy)]` you must also `#[derive(Clone)]`. However `Clone` will be marked as uncovered in the `#[derive(Clone, Copy)]` statement. 