Поиск
Результаты:11
Code coverage report for posthtml-parser/index.js
... option);
return postHTMLParser(html, opt);
}
if (
arguments.length === 1 &&
Boolean(arguments[0]) &&
arguments[0].constructor.name === 'Object'
) {
option = arguments[0];
return parser;
}
option = arguments[1];
return parser(arguments[0]);
}
module.exports = parserWrapper;
module.exports.defaultOptions = defaultOptions;
module.exports.defaultDirectives = defaultDirectives;
Code coverage
generated by
istanbul
at Fri Nov 08 2019 10:36:44 GMT+0300 (Moscow Standard Time)
Code coverage report for posthtml-parser/index.js
... option);
return postHTMLParser(html, opt);
}
if (
arguments.length === 1 &&
Boolean(arguments[0]) &&
arguments[0].constructor.name === 'Object'
) {
option = arguments[0];
return parser;
}
option = arguments[1];
return parser(arguments[0]);
}
module.exports = parserWrapper;
module.exports.defaultOptions = defaultOptions;
module.exports.defaultDirectives = defaultDirectives;
Code coverage
generated by
istanbul
at Fri Nov 08 2019 10:36:44 GMT+0300 (Moscow Standard Time)
Code coverage report for posthtml-parser/index.js
... option);
return postHTMLParser(html, opt);
}
if (
arguments.length === 1 &&
Boolean(arguments[0]) &&
arguments[0].constructor.name === 'Object'
) {
option = arguments[0];
return parser;
}
option = arguments[1];
return parser(arguments[0]);
}
module.exports = parserWrapper;
module.exports.defaultOptions = defaultOptions;
module.exports.defaultDirectives = defaultDirectives;
Code coverage
generated by
istanbul
at Fri Nov 08 2019 10:36:44 GMT+0300 (Moscow Standard Time)
Code coverage report for posthtml-parser/index.js
... option);
return postHTMLParser(html, opt);
}
if (
arguments.length === 1 &&
Boolean(arguments[0]) &&
arguments[0].constructor.name === 'Object'
) {
option = arguments[0];
return parser;
}
option = arguments[1];
return parser(arguments[0]);
}
module.exports = parserWrapper;
module.exports.defaultOptions = defaultOptions;
module.exports.defaultDirectives = defaultDirectives;
Code coverage
generated by
istanbul
at Fri Nov 08 2019 10:36:44 GMT+0300 (Moscow Standard Time)
Продукция
Зубная паста ASEPTA Biocomplex
Предназначена для профилактики воспалений и кровоточивости дёсен, гингивита и пародонтита. Применяется как во время лечения, так и в профилактических целях
Code coverage report for posthtml-parser/
all files
posthtml-parser/
100%
Statements
75/75
96.97%
Branches
32/33
100%
Functions
12/12
100%
Lines
75/75
File
Statements
Branches
Functions
Lines
index.js
100%
75/75
96.97%
32/33
100%
12/12
100%
75/75
Code coverage
generated by
istanbul
at Fri Nov 08 2019 10:36:44 GMT+0300 (Moscow Standard Time)
Code coverage report for posthtml-parser/
all files
posthtml-parser/
100%
Statements
75/75
96.97%
Branches
32/33
100%
Functions
12/12
100%
Lines
75/75
File
Statements
Branches
Functions
Lines
index.js
100%
75/75
96.97%
32/33
100%
12/12
100%
75/75
Code coverage
generated by
istanbul
at Fri Nov 08 2019 10:36:44 GMT+0300 (Moscow Standard Time)
Code coverage report for posthtml-parser/
all files
posthtml-parser/
100%
Statements
75/75
96.97%
Branches
32/33
100%
Functions
12/12
100%
Lines
75/75
File
Statements
Branches
Functions
Lines
index.js
100%
75/75
96.97%
32/33
100%
12/12
100%
75/75
Code coverage
generated by
istanbul
at Fri Nov 08 2019 10:36:44 GMT+0300 (Moscow Standard Time)
Code coverage report for posthtml-parser/
all files
posthtml-parser/
100%
Statements
75/75
96.97%
Branches
32/33
100%
Functions
12/12
100%
Lines
75/75
File
Statements
Branches
Functions
Lines
index.js
100%
75/75
96.97%
32/33
100%
12/12
100%
75/75
Code coverage
generated by
istanbul
at Fri Nov 08 2019 10:36:44 GMT+0300 (Moscow Standard Time)
Code coverage report for index.js
...
100%
(2 / 2)
Functions:
100%
(1 / 1)
Lines:
100%
(4 / 4)
Ignored:
none
All files
»
__root__/
» index.js
1
2
3
4
5
6
7
8
9
1
1
1
6
'use strict'
var path = require('path')
var uniqueSlug = require('unique-slug')
module.exports = function (filepath, prefix, uniq) {
return path.join(filepath, (prefix ? prefix + '-' : '') + uniqueSlug(uniq))
}
Generated by
istanbul
at Thu Dec 03 2015 15:00:03 GMT-0800 (PST)
Code coverage report for __root__/
Code coverage report for
__root__/
Statements:
100%
(4 / 4)
Branches:
100%
(2 / 2)
Functions:
100%
(1 / 1)
Lines:
100%
(4 / 4)
Ignored:
none
All files
» __root__/
File
Statements
Branches
Functions
Lines
index.js
100%
(4 / 4)
100%
(2 / 2)
100%
(1 / 1)
100%
(4 / 4)
Generated by
istanbul
at Thu Dec 03 2015 15:00:03 GMT-0800 (PST)