garu / Clone

recursively copy Perl datatypes
7 stars 10 forks source link

Add some COW test coverage #21

Closed atoomic closed 5 years ago

atoomic commented 5 years ago

Provide a unit test which check cloning with COW and reproduce the SEGV from GH #10.

This would allow us to refactor and build better COW patch without hitting that regression a second time.

Note that the BUILD_REQUIRES was more a TEST_REQUIRES, it's not really needed to use Test::More for building Clone.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling f4a77dc800b60ee7fef54b4c857357da6479059b on atoomic:cow-test into 691e56b96d48201625099ebec0cc194e31767c69 on garu:master.

atoomic commented 5 years ago

ready to be merged