Tuckr
Tuckr copied to clipboard
Low test coverage
Currently the unit tests do not test for the different flags which change the behavior of the add
and rm
implemented on symlinks.rs
.
The hooks.rs
module mostly depends on symlinks.rs
to function but some of its own specific functionality remains uncovered.
The fileops
module is also uncovered and unit tests and potential additional checks will need to be added for correctness.