To get execution coverage of bc.lua to 100%, add two more tests:
1. The first one ensures that os.clock is used properly when
computer.uptime() is not available.
2. The second one tests the fallback implementation of uuid generation
when uuid.next() is not available.