I think that you might want to add in the FAQ document a note about testing Solidity code which uses now (or block.timestamp).
From what I've noticed, solidity-coverage and truffle test may show different results when testing such code. I would assume that this has something to do with "stubs" added by solidity-coverage.
If my observation is correct, then it might be worth noting it in the docs.
Thanks