Code coverage report for
thinkjs/lib/Lib/Extend/Model/AdvModel.js
Statements:
100%
(2 / 2)
Branches:
100%
(0 / 0)
Functions:
100%
(1 / 1)
Lines:
100%
(2 / 2)
Ignored:
none
All files
»
thinkjs/lib/Lib/Extend/Model/
» AdvModel.js
1 2 3 4 5 6
1
1
module.exports = Model('RelationModel', function(){ 'use strict'; return { } })