# FAQ

Why test coverage is so low?

  • Blaz does not test static calls (pure / view functions).

  • Compiler like solc inserts additional checks to ensure the correctness of the code. Blaz does not attempt to reach these parts of the code as they are not reachable in the real world.