Code coverage report for fontkit/src/tables/prep.coffee

Statements: 100% (2 / 2)      Branches: 100% (0 / 0)      Functions: 100% (0 / 0)      Lines: 100% (2 / 2)      Ignored: none     

All files » fontkit/src/tables/ » prep.coffee
1 2 3 4 51     1  
r = require 'restructure'
 
# Set of instructions executed whenever the point size or font transformation change
module.exports = new r.Struct
  controlValueProgram: new r.Array(r.uint8)