build checks.x86_64-linux.mutation-really-safe-money
- 188.37 s
[really-safe-money-gen] [14 of 14] Compiling Paths_really_safe_money_gen ( dist/build/really-safe-money-test/autogen/Paths_really_safe_money_gen.hs, dist/build/really-safe-money-test/really-safe-money-test-tmp/Paths_really_safe_money_gen.o )
- 188.64 s
[really-safe-money-gen] [15 of 15] Linking dist/build/really-safe-money-test/really-safe-money-test
- 190.61 s
[really-safe-money-gen] Phase: checkPhase
- 190.62 s
[really-safe-money-gen] mutation-nix: running mutations from /nix/store/85ajdzsbfaqw9aix2vgqsynn5k9x674s-really-safe-money-0.0.0.0-manifest
- 190.66 s
[really-safe-money-gen] Testing mutation IntLit at src/Money/Account.hs:421:32-33:
- 190.66 s
[really-safe-money-gen] @@ -418,7 +418,7 @@
- 190.66 s
[really-safe-money-gen] multiply :: Int32 -> Account -> Maybe Account
- 190.66 s
[really-safe-money-gen] multiply factor account =
- 190.66 s
[really-safe-money-gen] let af = (fromIntegral :: Int32 -> Word32) ((Prelude.abs :: Int32 -> Int32) factor)
- 190.66 s
[really-safe-money-gen] - f = case (compare factor 0, compare account zero) of
- 190.66 s
[really-safe-money-gen] + f = case (compare factor 1, compare account zero) of
- 190.66 s
[really-safe-money-gen] (EQ, _) -> const zero
- 190.66 s
[really-safe-money-gen] (_, EQ) -> const zero
- 190.66 s
[really-safe-money-gen] (GT, GT) -> Positive
- 190.66 s
[really-safe-money-gen]
- 487.00 s
[really-safe-money-gen] Testing mutation ConstBool at src/Money/Account.hs:451:14-23:
- 487.00 s
[really-safe-money-gen] @@ -448,7 +448,7 @@
- 487.02 s
[really-safe-money-gen] DistributedIntoZeroChunks -> DistributedIntoZeroChunks
- 487.02 s
[really-safe-money-gen] DistributedZero -> DistributedZero
- 487.02 s
[really-safe-money-gen] DistributedIntoEqualChunks numberOfChunks chunk ->
- 487.02 s
[really-safe-money-gen] - if a >= zero
- 487.02 s
[really-safe-money-gen] + if False
- 487.02 s
[really-safe-money-gen] then DistributedIntoEqualChunks numberOfChunks (Positive chunk)
- 487.02 s
[really-safe-money-gen] else DistributedIntoEqualChunks numberOfChunks (Negative chunk)
- 487.02 s
[really-safe-money-gen] DistributedIntoUnequalChunks numberOfLargerChunks largerChunk numberOfSmallerChunks smallerChunk ->