@prosopo/procaptcha-bundle 3.0.13 → 3.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/index.d.ts.map +1 -1
- package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/index.js +10 -1
- package/.rollup.cache/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/index.js.map +1 -0
- package/.rollup.cache/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/tests/procaptchaReady.unit.test.d.ts +2 -0
- package/.rollup.cache/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/tests/procaptchaReady.unit.test.d.ts.map +1 -0
- package/.rollup.cache/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/tests/procaptchaReady.unit.test.js +32 -0
- package/.rollup.cache/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/tests/procaptchaReady.unit.test.js.map +1 -0
- package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/renderLogic.test.js +19 -9
- package/.rollup.cache/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/renderLogic.test.js.map +1 -0
- package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentProvider.d.ts.map +1 -1
- package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentProvider.js +1 -1
- package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentProvider.js.map +1 -1
- package/{dist → .rollup.cache/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/dist}/bundle/util/captcha/captchaProps.d.ts +1 -0
- package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaProps.d.ts.map +1 -1
- package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaRenderer.d.ts +1 -1
- package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaRenderer.d.ts.map +1 -1
- package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaRenderer.js +2 -1
- package/.rollup.cache/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaRenderer.js.map +1 -0
- package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/frictionlessCaptcha.d.ts.map +1 -1
- package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/frictionlessCaptcha.js +2 -2
- package/.rollup.cache/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/frictionlessCaptcha.js.map +1 -0
- package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/configCreator.d.ts.map +1 -1
- package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/configCreator.js +0 -1
- package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/configCreator.js.map +1 -1
- package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetFactory.d.ts.map +1 -1
- package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetFactory.js +6 -2
- package/.rollup.cache/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetFactory.js.map +1 -0
- package/CHANGELOG.md +440 -0
- package/coverage/base.css +224 -0
- package/coverage/block-navigation.js +87 -0
- package/coverage/clover.xml +599 -0
- package/coverage/coverage-final.json +17 -0
- package/coverage/favicon.png +0 -0
- package/coverage/index.html +161 -0
- package/coverage/prettify.css +1 -0
- package/coverage/prettify.js +2 -0
- package/coverage/sort-arrow-sprite.png +0 -0
- package/coverage/sorter.js +210 -0
- package/coverage/src/components.ts.html +139 -0
- package/coverage/src/index.html +131 -0
- package/coverage/src/index.ts.html +844 -0
- package/coverage/src/util/captcha/captchaComponentProvider.tsx.html +214 -0
- package/coverage/src/util/captcha/captchaComponentsList.ts.html +178 -0
- package/coverage/src/util/captcha/captchaProps.ts.html +166 -0
- package/coverage/src/util/captcha/captchaRenderer.tsx.html +481 -0
- package/coverage/src/util/captcha/captchaType.ts.html +181 -0
- package/coverage/src/util/captcha/components/frictionlessCaptcha.tsx.html +205 -0
- package/coverage/src/util/captcha/components/imageCaptcha.tsx.html +178 -0
- package/coverage/src/util/captcha/components/index.html +146 -0
- package/coverage/src/util/captcha/components/powCaptcha.tsx.html +178 -0
- package/coverage/src/util/captcha/index.html +176 -0
- package/coverage/src/util/config.ts.html +172 -0
- package/coverage/src/util/configCreator.ts.html +241 -0
- package/coverage/src/util/index.html +191 -0
- package/coverage/src/util/language.ts.html +244 -0
- package/coverage/src/util/timeout.ts.html +214 -0
- package/coverage/src/util/widgetFactory.ts.html +532 -0
- package/coverage/src/util/widgetThemeResolver.ts.html +205 -0
- package/dist/bundle/{ProcaptchaWidget-CXxnCzl2.js → ProcaptchaWidget-CuMH13Bh.js} +340 -320
- package/dist/bundle/{ProcaptchaWidget-BIt2pcrz.js → ProcaptchaWidget-DsflBBn_.js} +25 -25
- package/dist/bundle/{browser-ponyfill-CvzSbL_o.js → browser-ponyfill-DXriyH6D.js} +4 -4
- package/dist/bundle/{builder-DNHtDoNG.js → builder-ByZ5z580.js} +3 -1
- package/dist/bundle/captchaComponentProvider-D02Su4nd.js +1013 -0
- package/dist/bundle/captchaRenderer-BV-WgbEA.js +70 -0
- package/dist/bundle/{commonChunk-BKceWhtS.js → commonChunk-PB26mndo.js} +66 -69
- package/dist/bundle/{emotion-element-5486c51c.browser.esm-CimrRZxS.js → emotion-element-c39617d8.browser.esm-DG1XhEZ1.js} +343 -345
- package/dist/bundle/{index-KHTbPva_.js → index-B9KeZfID.js} +3 -3
- package/dist/bundle/{index-hrOz2CPm.js → index-Calnfnac.js} +97 -87
- package/dist/bundle/index-DU371vQ0.js +1634 -0
- package/dist/bundle/index.d.ts.map +1 -1
- package/dist/bundle/nobleChunk-Bbltwf44.js +2728 -0
- package/dist/bundle/procaptcha.bundle.js +2 -2
- package/dist/bundle/tests/procaptchaReady.unit.test.d.ts.map +1 -0
- package/dist/bundle/util/captcha/captchaComponentProvider.d.ts.map +1 -1
- package/dist/bundle/util/captcha/captchaProps.d.ts.map +1 -1
- package/dist/bundle/util/captcha/captchaRenderer.d.ts.map +1 -1
- package/dist/bundle/util/captcha/components/frictionlessCaptcha.d.ts.map +1 -1
- package/dist/bundle/util/configCreator.d.ts.map +1 -1
- package/dist/bundle/util/widgetFactory.d.ts.map +1 -1
- package/dist/bundle/{utilChunk-DPr6oTOj.js → utilChunk-WRTGKXbU.js} +109 -102
- package/dist/bundle/{utilCryptoChunk-BKe3CKqn.js → utilCryptoChunk-B4ZdOwus.js} +252 -243
- package/dist/bundle/{web2Chunk-Cqw91v-J.js → web2Chunk-BGN6Hv-C.js} +1097 -1002
- package/dist/bundle/web3Chunk-BIX2T9Eo.js +525 -0
- package/dist/bundle/{zodChunk-wTu9ZHzV.js → zodChunk-CaINhWMQ.js} +10 -10
- package/dist/cjs/index.cjs +10 -1
- package/dist/cjs/util/captcha/captchaComponentProvider.cjs +3 -2
- package/dist/cjs/util/captcha/captchaRenderer.cjs +4 -3
- package/dist/cjs/util/captcha/components/frictionlessCaptcha.cjs +4 -3
- package/dist/cjs/util/captcha/components/imageCaptcha.cjs +1 -1
- package/dist/cjs/util/captcha/components/powCaptcha.cjs +1 -1
- package/dist/cjs/util/configCreator.cjs +0 -1
- package/dist/cjs/util/widgetFactory.cjs +7 -2
- package/dist/components.d.ts.map +1 -0
- package/dist/components.js +5 -0
- package/dist/components.js.map +1 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +10 -1
- package/dist/index.js.map +1 -0
- package/dist/tests/procaptchaReady.unit.test.d.ts +2 -0
- package/dist/tests/procaptchaReady.unit.test.d.ts.map +1 -0
- package/dist/tests/procaptchaReady.unit.test.js +32 -0
- package/dist/tests/procaptchaReady.unit.test.js.map +1 -0
- package/dist/tests/util/captchaType.test.d.ts.map +1 -0
- package/dist/tests/util/captchaType.test.js +36 -0
- package/dist/tests/util/captchaType.test.js.map +1 -0
- package/dist/tests/util/config.test.d.ts.map +1 -0
- package/dist/tests/util/config.test.js +69 -0
- package/dist/tests/util/config.test.js.map +1 -0
- package/dist/tests/util/renderLogic.test.d.ts.map +1 -0
- package/dist/tests/util/renderLogic.test.js +136 -0
- package/dist/tests/util/renderLogic.test.js.map +1 -0
- package/dist/util/captcha/captchaComponentProvider.d.ts.map +1 -0
- package/dist/util/captcha/captchaComponentProvider.js +3 -2
- package/dist/util/captcha/captchaComponentProvider.js.map +1 -0
- package/dist/util/captcha/captchaComponentsList.d.ts.map +1 -0
- package/dist/util/captcha/captchaComponentsList.js.map +1 -0
- package/{.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle → dist}/util/captcha/captchaProps.d.ts +1 -0
- package/dist/util/captcha/captchaProps.d.ts.map +1 -0
- package/dist/util/captcha/captchaProps.js +2 -0
- package/dist/util/captcha/captchaProps.js.map +1 -0
- package/dist/{bundle/util → util}/captcha/captchaRenderer.d.ts +1 -1
- package/dist/util/captcha/captchaRenderer.d.ts.map +1 -0
- package/dist/util/captcha/captchaRenderer.js +4 -3
- package/dist/util/captcha/captchaRenderer.js.map +1 -0
- package/dist/util/captcha/captchaType.d.ts.map +1 -0
- package/dist/util/captcha/captchaType.js.map +1 -0
- package/dist/util/captcha/components/frictionlessCaptcha.d.ts.map +1 -0
- package/dist/util/captcha/components/frictionlessCaptcha.js +4 -3
- package/dist/util/captcha/components/frictionlessCaptcha.js.map +1 -0
- package/dist/util/captcha/components/imageCaptcha.d.ts.map +1 -0
- package/dist/util/captcha/components/imageCaptcha.js +1 -1
- package/dist/util/captcha/components/imageCaptcha.js.map +1 -0
- package/dist/util/captcha/components/powCaptcha.d.ts.map +1 -0
- package/dist/util/captcha/components/powCaptcha.js +1 -1
- package/dist/util/captcha/components/powCaptcha.js.map +1 -0
- package/dist/util/config.d.ts.map +1 -0
- package/dist/util/config.js.map +1 -0
- package/dist/util/configCreator.d.ts.map +1 -0
- package/dist/util/configCreator.js +0 -1
- package/dist/util/configCreator.js.map +1 -0
- package/dist/util/language.d.ts.map +1 -0
- package/dist/util/language.js.map +1 -0
- package/dist/util/timeout.d.ts.map +1 -0
- package/dist/util/timeout.js.map +1 -0
- package/dist/util/widgetFactory.d.ts.map +1 -0
- package/dist/util/widgetFactory.js +7 -2
- package/dist/util/widgetFactory.js.map +1 -0
- package/dist/util/widgetThemeResolver.d.ts.map +1 -0
- package/dist/util/widgetThemeResolver.js.map +1 -0
- package/package.json +24 -25
- package/stats.html +2239 -2132
- package/vite.test.config.ts +3 -2
- package/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/index.js.map +0 -1
- package/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/renderLogic.test.js.map +0 -1
- package/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaRenderer.js.map +0 -1
- package/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/frictionlessCaptcha.js.map +0 -1
- package/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetFactory.js.map +0 -1
- package/dist/bundle/captchaComponentProvider-BGEAkC9Y.js +0 -968
- package/dist/bundle/captchaRenderer-CqnUYyKY.js +0 -70
- package/dist/bundle/index-7Xh-Mf8v.js +0 -1318
- package/dist/bundle/nobleChunk-CQ4ENyKh.js +0 -3769
- package/dist/bundle/web3Chunk-BcwDKvjL.js +0 -517
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/components.d.ts +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/components.d.ts.map +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/components.js +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/components.js.map +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/index.d.ts +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/captchaType.test.d.ts +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/captchaType.test.d.ts.map +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/captchaType.test.js +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/captchaType.test.js.map +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/config.test.d.ts +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/config.test.d.ts.map +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/config.test.js +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/config.test.js.map +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/renderLogic.test.d.ts +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/renderLogic.test.d.ts.map +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentProvider.d.ts +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentsList.d.ts +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentsList.d.ts.map +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentsList.js +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentsList.js.map +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaProps.js +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaProps.js.map +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaType.d.ts +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaType.d.ts.map +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaType.js +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaType.js.map +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/frictionlessCaptcha.d.ts +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/imageCaptcha.d.ts +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/imageCaptcha.d.ts.map +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/imageCaptcha.js +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/imageCaptcha.js.map +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/powCaptcha.d.ts +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/powCaptcha.d.ts.map +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/powCaptcha.js +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/powCaptcha.js.map +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/config.d.ts +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/config.d.ts.map +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/config.js +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/config.js.map +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/configCreator.d.ts +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/language.d.ts +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/language.d.ts.map +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/language.js +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/language.js.map +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/timeout.d.ts +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/timeout.d.ts.map +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/timeout.js +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/timeout.js.map +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetFactory.d.ts +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetThemeResolver.d.ts +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetThemeResolver.d.ts.map +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetThemeResolver.js +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetThemeResolver.js.map +0 -0
- /package/dist/{bundle/components.d.ts → components.d.ts} +0 -0
- /package/dist/{bundle/index.d.ts → index.d.ts} +0 -0
- /package/dist/{bundle/tests → tests}/util/captchaType.test.d.ts +0 -0
- /package/dist/{bundle/tests → tests}/util/config.test.d.ts +0 -0
- /package/dist/{bundle/tests → tests}/util/renderLogic.test.d.ts +0 -0
- /package/dist/{bundle/util → util}/captcha/captchaComponentProvider.d.ts +0 -0
- /package/dist/{bundle/util → util}/captcha/captchaComponentsList.d.ts +0 -0
- /package/dist/{bundle/util → util}/captcha/captchaType.d.ts +0 -0
- /package/dist/{bundle/util → util}/captcha/components/frictionlessCaptcha.d.ts +0 -0
- /package/dist/{bundle/util → util}/captcha/components/imageCaptcha.d.ts +0 -0
- /package/dist/{bundle/util → util}/captcha/components/powCaptcha.d.ts +0 -0
- /package/dist/{bundle/util → util}/config.d.ts +0 -0
- /package/dist/{bundle/util → util}/configCreator.d.ts +0 -0
- /package/dist/{bundle/util → util}/language.d.ts +0 -0
- /package/dist/{bundle/util → util}/timeout.d.ts +0 -0
- /package/dist/{bundle/util → util}/widgetFactory.d.ts +0 -0
- /package/dist/{bundle/util → util}/widgetThemeResolver.d.ts +0 -0
|
@@ -0,0 +1,599 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<coverage generated="1757337165734" clover="3.2.0">
|
|
3
|
+
<project timestamp="1757337165734" name="All files">
|
|
4
|
+
<metrics statements="533" coveredstatements="311" conditionals="49" coveredconditionals="36" methods="29" coveredmethods="26" elements="611" coveredelements="373" complexity="0" loc="533" ncloc="533" packages="4" files="16" classes="16"/>
|
|
5
|
+
<package name="src">
|
|
6
|
+
<metrics statements="172" coveredstatements="0" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
7
|
+
<file name="components.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/src/components.ts">
|
|
8
|
+
<metrics statements="4" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
|
|
9
|
+
<line num="15" count="0" type="stmt"/>
|
|
10
|
+
<line num="16" count="0" type="stmt"/>
|
|
11
|
+
<line num="17" count="0" type="stmt"/>
|
|
12
|
+
<line num="18" count="0" type="stmt"/>
|
|
13
|
+
</file>
|
|
14
|
+
<file name="index.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/src/index.ts">
|
|
15
|
+
<metrics statements="168" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
|
|
16
|
+
<line num="15" count="0" type="stmt"/>
|
|
17
|
+
<line num="17" count="0" type="stmt"/>
|
|
18
|
+
<line num="19" count="0" type="stmt"/>
|
|
19
|
+
<line num="20" count="0" type="stmt"/>
|
|
20
|
+
<line num="21" count="0" type="stmt"/>
|
|
21
|
+
<line num="22" count="0" type="stmt"/>
|
|
22
|
+
<line num="24" count="0" type="stmt"/>
|
|
23
|
+
<line num="25" count="0" type="stmt"/>
|
|
24
|
+
<line num="27" count="0" type="stmt"/>
|
|
25
|
+
<line num="30" count="0" type="stmt"/>
|
|
26
|
+
<line num="33" count="0" type="stmt"/>
|
|
27
|
+
<line num="35" count="0" type="stmt"/>
|
|
28
|
+
<line num="36" count="0" type="stmt"/>
|
|
29
|
+
<line num="37" count="0" type="stmt"/>
|
|
30
|
+
<line num="40" count="0" type="stmt"/>
|
|
31
|
+
<line num="41" count="0" type="stmt"/>
|
|
32
|
+
<line num="42" count="0" type="stmt"/>
|
|
33
|
+
<line num="43" count="0" type="stmt"/>
|
|
34
|
+
<line num="44" count="0" type="stmt"/>
|
|
35
|
+
<line num="45" count="0" type="stmt"/>
|
|
36
|
+
<line num="46" count="0" type="stmt"/>
|
|
37
|
+
<line num="48" count="0" type="stmt"/>
|
|
38
|
+
<line num="50" count="0" type="stmt"/>
|
|
39
|
+
<line num="51" count="0" type="stmt"/>
|
|
40
|
+
<line num="52" count="0" type="stmt"/>
|
|
41
|
+
<line num="53" count="0" type="stmt"/>
|
|
42
|
+
<line num="54" count="0" type="stmt"/>
|
|
43
|
+
<line num="55" count="0" type="stmt"/>
|
|
44
|
+
<line num="56" count="0" type="stmt"/>
|
|
45
|
+
<line num="57" count="0" type="stmt"/>
|
|
46
|
+
<line num="59" count="0" type="stmt"/>
|
|
47
|
+
<line num="60" count="0" type="stmt"/>
|
|
48
|
+
<line num="63" count="0" type="stmt"/>
|
|
49
|
+
<line num="64" count="0" type="stmt"/>
|
|
50
|
+
<line num="65" count="0" type="stmt"/>
|
|
51
|
+
<line num="67" count="0" type="stmt"/>
|
|
52
|
+
<line num="68" count="0" type="stmt"/>
|
|
53
|
+
<line num="69" count="0" type="stmt"/>
|
|
54
|
+
<line num="70" count="0" type="stmt"/>
|
|
55
|
+
<line num="72" count="0" type="stmt"/>
|
|
56
|
+
<line num="74" count="0" type="stmt"/>
|
|
57
|
+
<line num="75" count="0" type="stmt"/>
|
|
58
|
+
<line num="76" count="0" type="stmt"/>
|
|
59
|
+
<line num="77" count="0" type="stmt"/>
|
|
60
|
+
<line num="78" count="0" type="stmt"/>
|
|
61
|
+
<line num="79" count="0" type="stmt"/>
|
|
62
|
+
<line num="80" count="0" type="stmt"/>
|
|
63
|
+
<line num="81" count="0" type="stmt"/>
|
|
64
|
+
<line num="82" count="0" type="stmt"/>
|
|
65
|
+
<line num="83" count="0" type="stmt"/>
|
|
66
|
+
<line num="85" count="0" type="stmt"/>
|
|
67
|
+
<line num="88" count="0" type="stmt"/>
|
|
68
|
+
<line num="89" count="0" type="stmt"/>
|
|
69
|
+
<line num="90" count="0" type="stmt"/>
|
|
70
|
+
<line num="91" count="0" type="stmt"/>
|
|
71
|
+
<line num="92" count="0" type="stmt"/>
|
|
72
|
+
<line num="93" count="0" type="stmt"/>
|
|
73
|
+
<line num="94" count="0" type="stmt"/>
|
|
74
|
+
<line num="97" count="0" type="stmt"/>
|
|
75
|
+
<line num="98" count="0" type="stmt"/>
|
|
76
|
+
<line num="99" count="0" type="stmt"/>
|
|
77
|
+
<line num="100" count="0" type="stmt"/>
|
|
78
|
+
<line num="101" count="0" type="stmt"/>
|
|
79
|
+
<line num="102" count="0" type="stmt"/>
|
|
80
|
+
<line num="103" count="0" type="stmt"/>
|
|
81
|
+
<line num="105" count="0" type="stmt"/>
|
|
82
|
+
<line num="107" count="0" type="stmt"/>
|
|
83
|
+
<line num="108" count="0" type="stmt"/>
|
|
84
|
+
<line num="109" count="0" type="stmt"/>
|
|
85
|
+
<line num="110" count="0" type="stmt"/>
|
|
86
|
+
<line num="111" count="0" type="stmt"/>
|
|
87
|
+
<line num="112" count="0" type="stmt"/>
|
|
88
|
+
<line num="113" count="0" type="stmt"/>
|
|
89
|
+
<line num="114" count="0" type="stmt"/>
|
|
90
|
+
<line num="115" count="0" type="stmt"/>
|
|
91
|
+
<line num="116" count="0" type="stmt"/>
|
|
92
|
+
<line num="118" count="0" type="stmt"/>
|
|
93
|
+
<line num="119" count="0" type="stmt"/>
|
|
94
|
+
<line num="120" count="0" type="stmt"/>
|
|
95
|
+
<line num="121" count="0" type="stmt"/>
|
|
96
|
+
<line num="122" count="0" type="stmt"/>
|
|
97
|
+
<line num="123" count="0" type="stmt"/>
|
|
98
|
+
<line num="125" count="0" type="stmt"/>
|
|
99
|
+
<line num="126" count="0" type="stmt"/>
|
|
100
|
+
<line num="128" count="0" type="stmt"/>
|
|
101
|
+
<line num="129" count="0" type="stmt"/>
|
|
102
|
+
<line num="130" count="0" type="stmt"/>
|
|
103
|
+
<line num="131" count="0" type="stmt"/>
|
|
104
|
+
<line num="132" count="0" type="stmt"/>
|
|
105
|
+
<line num="133" count="0" type="stmt"/>
|
|
106
|
+
<line num="134" count="0" type="stmt"/>
|
|
107
|
+
<line num="135" count="0" type="stmt"/>
|
|
108
|
+
<line num="136" count="0" type="stmt"/>
|
|
109
|
+
<line num="137" count="0" type="stmt"/>
|
|
110
|
+
<line num="138" count="0" type="stmt"/>
|
|
111
|
+
<line num="139" count="0" type="stmt"/>
|
|
112
|
+
<line num="140" count="0" type="stmt"/>
|
|
113
|
+
<line num="142" count="0" type="stmt"/>
|
|
114
|
+
<line num="143" count="0" type="stmt"/>
|
|
115
|
+
<line num="145" count="0" type="stmt"/>
|
|
116
|
+
<line num="146" count="0" type="stmt"/>
|
|
117
|
+
<line num="147" count="0" type="stmt"/>
|
|
118
|
+
<line num="148" count="0" type="stmt"/>
|
|
119
|
+
<line num="151" count="0" type="stmt"/>
|
|
120
|
+
<line num="152" count="0" type="stmt"/>
|
|
121
|
+
<line num="153" count="0" type="stmt"/>
|
|
122
|
+
<line num="154" count="0" type="stmt"/>
|
|
123
|
+
<line num="155" count="0" type="stmt"/>
|
|
124
|
+
<line num="156" count="0" type="stmt"/>
|
|
125
|
+
<line num="157" count="0" type="stmt"/>
|
|
126
|
+
<line num="158" count="0" type="stmt"/>
|
|
127
|
+
<line num="159" count="0" type="stmt"/>
|
|
128
|
+
<line num="162" count="0" type="stmt"/>
|
|
129
|
+
<line num="163" count="0" type="stmt"/>
|
|
130
|
+
<line num="165" count="0" type="stmt"/>
|
|
131
|
+
<line num="166" count="0" type="stmt"/>
|
|
132
|
+
<line num="169" count="0" type="stmt"/>
|
|
133
|
+
<line num="170" count="0" type="stmt"/>
|
|
134
|
+
<line num="171" count="0" type="stmt"/>
|
|
135
|
+
<line num="172" count="0" type="stmt"/>
|
|
136
|
+
<line num="175" count="0" type="stmt"/>
|
|
137
|
+
<line num="176" count="0" type="stmt"/>
|
|
138
|
+
<line num="177" count="0" type="stmt"/>
|
|
139
|
+
<line num="178" count="0" type="stmt"/>
|
|
140
|
+
<line num="179" count="0" type="stmt"/>
|
|
141
|
+
<line num="182" count="0" type="stmt"/>
|
|
142
|
+
<line num="183" count="0" type="stmt"/>
|
|
143
|
+
<line num="184" count="0" type="stmt"/>
|
|
144
|
+
<line num="185" count="0" type="stmt"/>
|
|
145
|
+
<line num="187" count="0" type="stmt"/>
|
|
146
|
+
<line num="188" count="0" type="stmt"/>
|
|
147
|
+
<line num="189" count="0" type="stmt"/>
|
|
148
|
+
<line num="190" count="0" type="stmt"/>
|
|
149
|
+
<line num="191" count="0" type="stmt"/>
|
|
150
|
+
<line num="193" count="0" type="stmt"/>
|
|
151
|
+
<line num="194" count="0" type="stmt"/>
|
|
152
|
+
<line num="208" count="0" type="stmt"/>
|
|
153
|
+
<line num="211" count="0" type="stmt"/>
|
|
154
|
+
<line num="212" count="0" type="stmt"/>
|
|
155
|
+
<line num="215" count="0" type="stmt"/>
|
|
156
|
+
<line num="216" count="0" type="stmt"/>
|
|
157
|
+
<line num="217" count="0" type="stmt"/>
|
|
158
|
+
<line num="218" count="0" type="stmt"/>
|
|
159
|
+
<line num="219" count="0" type="stmt"/>
|
|
160
|
+
<line num="221" count="0" type="stmt"/>
|
|
161
|
+
<line num="222" count="0" type="stmt"/>
|
|
162
|
+
<line num="223" count="0" type="stmt"/>
|
|
163
|
+
<line num="224" count="0" type="stmt"/>
|
|
164
|
+
<line num="226" count="0" type="stmt"/>
|
|
165
|
+
<line num="228" count="0" type="stmt"/>
|
|
166
|
+
<line num="229" count="0" type="stmt"/>
|
|
167
|
+
<line num="230" count="0" type="stmt"/>
|
|
168
|
+
<line num="231" count="0" type="stmt"/>
|
|
169
|
+
<line num="234" count="0" type="stmt"/>
|
|
170
|
+
<line num="235" count="0" type="stmt"/>
|
|
171
|
+
<line num="236" count="0" type="stmt"/>
|
|
172
|
+
<line num="237" count="0" type="stmt"/>
|
|
173
|
+
<line num="238" count="0" type="stmt"/>
|
|
174
|
+
<line num="239" count="0" type="stmt"/>
|
|
175
|
+
<line num="241" count="0" type="stmt"/>
|
|
176
|
+
<line num="242" count="0" type="stmt"/>
|
|
177
|
+
<line num="243" count="0" type="stmt"/>
|
|
178
|
+
<line num="244" count="0" type="stmt"/>
|
|
179
|
+
<line num="245" count="0" type="stmt"/>
|
|
180
|
+
<line num="247" count="0" type="stmt"/>
|
|
181
|
+
<line num="248" count="0" type="stmt"/>
|
|
182
|
+
<line num="251" count="0" type="stmt"/>
|
|
183
|
+
<line num="253" count="0" type="stmt"/>
|
|
184
|
+
</file>
|
|
185
|
+
</package>
|
|
186
|
+
<package name="src.util">
|
|
187
|
+
<metrics statements="194" coveredstatements="169" conditionals="33" coveredconditionals="22" methods="15" coveredmethods="14"/>
|
|
188
|
+
<file name="config.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/src/util/config.ts">
|
|
189
|
+
<metrics statements="13" coveredstatements="13" conditionals="7" coveredconditionals="7" methods="2" coveredmethods="2"/>
|
|
190
|
+
<line num="15" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
191
|
+
<line num="16" count="6" type="stmt"/>
|
|
192
|
+
<line num="18" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
193
|
+
<line num="19" count="4" type="stmt"/>
|
|
194
|
+
<line num="20" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
195
|
+
<line num="21" count="3" type="stmt"/>
|
|
196
|
+
<line num="22" count="3" type="stmt"/>
|
|
197
|
+
<line num="23" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
198
|
+
<line num="24" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
199
|
+
<line num="25" count="3" type="stmt"/>
|
|
200
|
+
<line num="26" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
201
|
+
<line num="28" count="1" type="stmt"/>
|
|
202
|
+
<line num="29" count="1" type="stmt"/>
|
|
203
|
+
</file>
|
|
204
|
+
<file name="configCreator.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/src/util/configCreator.ts">
|
|
205
|
+
<metrics statements="29" coveredstatements="26" conditionals="6" coveredconditionals="1" methods="1" coveredmethods="1"/>
|
|
206
|
+
<line num="16" count="1" type="stmt"/>
|
|
207
|
+
<line num="22" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
208
|
+
<line num="23" count="2" type="stmt"/>
|
|
209
|
+
<line num="24" count="2" type="stmt"/>
|
|
210
|
+
<line num="25" count="2" type="stmt"/>
|
|
211
|
+
<line num="26" count="2" type="stmt"/>
|
|
212
|
+
<line num="27" count="2" type="stmt"/>
|
|
213
|
+
<line num="28" count="2" type="stmt"/>
|
|
214
|
+
<line num="29" count="2" type="stmt"/>
|
|
215
|
+
<line num="30" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
216
|
+
<line num="31" count="0" type="stmt"/>
|
|
217
|
+
<line num="32" count="0" type="stmt"/>
|
|
218
|
+
<line num="34" count="2" type="stmt"/>
|
|
219
|
+
<line num="35" count="2" type="stmt"/>
|
|
220
|
+
<line num="36" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
221
|
+
<line num="37" count="0" type="stmt"/>
|
|
222
|
+
<line num="38" count="2" type="stmt"/>
|
|
223
|
+
<line num="39" count="2" type="stmt"/>
|
|
224
|
+
<line num="40" count="2" type="stmt"/>
|
|
225
|
+
<line num="41" count="2" type="stmt"/>
|
|
226
|
+
<line num="42" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
227
|
+
<line num="43" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
228
|
+
<line num="44" count="2" type="stmt"/>
|
|
229
|
+
<line num="45" count="2" type="stmt"/>
|
|
230
|
+
<line num="46" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
231
|
+
<line num="47" count="2" type="stmt"/>
|
|
232
|
+
<line num="48" count="2" type="stmt"/>
|
|
233
|
+
<line num="49" count="2" type="stmt"/>
|
|
234
|
+
<line num="50" count="2" type="stmt"/>
|
|
235
|
+
</file>
|
|
236
|
+
<file name="language.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/src/util/language.ts">
|
|
237
|
+
<metrics statements="20" coveredstatements="11" conditionals="2" coveredconditionals="1" methods="2" coveredmethods="1"/>
|
|
238
|
+
<line num="15" count="1" type="stmt"/>
|
|
239
|
+
<line num="33" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
240
|
+
<line num="34" count="2" type="stmt"/>
|
|
241
|
+
<line num="35" count="2" type="stmt"/>
|
|
242
|
+
<line num="36" count="2" type="stmt"/>
|
|
243
|
+
<line num="37" count="2" type="stmt"/>
|
|
244
|
+
<line num="38" count="2" type="stmt"/>
|
|
245
|
+
<line num="39" count="2" type="stmt"/>
|
|
246
|
+
<line num="41" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
247
|
+
<line num="42" count="0" type="stmt"/>
|
|
248
|
+
<line num="43" count="0" type="stmt"/>
|
|
249
|
+
<line num="44" count="2" type="stmt"/>
|
|
250
|
+
<line num="46" count="1" type="stmt"/>
|
|
251
|
+
<line num="47" count="0" type="stmt"/>
|
|
252
|
+
<line num="48" count="0" type="stmt"/>
|
|
253
|
+
<line num="49" count="0" type="stmt"/>
|
|
254
|
+
<line num="50" count="0" type="stmt"/>
|
|
255
|
+
<line num="51" count="0" type="stmt"/>
|
|
256
|
+
<line num="52" count="0" type="stmt"/>
|
|
257
|
+
<line num="53" count="0" type="stmt"/>
|
|
258
|
+
</file>
|
|
259
|
+
<file name="timeout.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/src/util/timeout.ts">
|
|
260
|
+
<metrics statements="17" coveredstatements="10" conditionals="2" coveredconditionals="1" methods="1" coveredmethods="1"/>
|
|
261
|
+
<line num="26" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
262
|
+
<line num="27" count="2" type="stmt"/>
|
|
263
|
+
<line num="28" count="2" type="stmt"/>
|
|
264
|
+
<line num="29" count="2" type="stmt"/>
|
|
265
|
+
<line num="30" count="2" type="stmt"/>
|
|
266
|
+
<line num="31" count="2" type="stmt"/>
|
|
267
|
+
<line num="32" count="2" type="stmt"/>
|
|
268
|
+
<line num="33" count="2" type="stmt"/>
|
|
269
|
+
<line num="35" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
270
|
+
<line num="36" count="0" type="stmt"/>
|
|
271
|
+
<line num="37" count="0" type="stmt"/>
|
|
272
|
+
<line num="38" count="0" type="stmt"/>
|
|
273
|
+
<line num="39" count="0" type="stmt"/>
|
|
274
|
+
<line num="40" count="0" type="stmt"/>
|
|
275
|
+
<line num="41" count="0" type="stmt"/>
|
|
276
|
+
<line num="42" count="0" type="stmt"/>
|
|
277
|
+
<line num="43" count="2" type="stmt"/>
|
|
278
|
+
</file>
|
|
279
|
+
<file name="widgetFactory.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/src/util/widgetFactory.ts">
|
|
280
|
+
<metrics statements="96" coveredstatements="91" conditionals="12" coveredconditionals="9" methods="6" coveredmethods="6"/>
|
|
281
|
+
<line num="15" count="1" type="stmt"/>
|
|
282
|
+
<line num="17" count="1" type="stmt"/>
|
|
283
|
+
<line num="21" count="1" type="stmt"/>
|
|
284
|
+
<line num="27" count="1" type="stmt"/>
|
|
285
|
+
<line num="36" count="1" type="stmt"/>
|
|
286
|
+
<line num="37" count="1" type="stmt"/>
|
|
287
|
+
<line num="38" count="1" type="stmt"/>
|
|
288
|
+
<line num="40" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
289
|
+
<line num="41" count="1" type="stmt"/>
|
|
290
|
+
<line num="42" count="1" type="stmt"/>
|
|
291
|
+
<line num="44" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
292
|
+
<line num="45" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
293
|
+
<line num="46" count="0" type="stmt"/>
|
|
294
|
+
<line num="47" count="0" type="stmt"/>
|
|
295
|
+
<line num="48" count="2" type="stmt"/>
|
|
296
|
+
<line num="49" count="2" type="stmt"/>
|
|
297
|
+
<line num="51" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
298
|
+
<line num="52" count="2" type="stmt"/>
|
|
299
|
+
<line num="53" count="2" type="stmt"/>
|
|
300
|
+
<line num="54" count="2" type="stmt"/>
|
|
301
|
+
<line num="55" count="2" type="stmt"/>
|
|
302
|
+
<line num="56" count="2" type="stmt"/>
|
|
303
|
+
<line num="57" count="2" type="stmt"/>
|
|
304
|
+
<line num="58" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
305
|
+
<line num="59" count="2" type="stmt"/>
|
|
306
|
+
<line num="60" count="2" type="stmt"/>
|
|
307
|
+
<line num="61" count="2" type="stmt"/>
|
|
308
|
+
<line num="62" count="2" type="stmt"/>
|
|
309
|
+
<line num="63" count="2" type="stmt"/>
|
|
310
|
+
<line num="64" count="2" type="stmt"/>
|
|
311
|
+
<line num="65" count="2" type="stmt"/>
|
|
312
|
+
<line num="66" count="2" type="stmt"/>
|
|
313
|
+
<line num="67" count="2" type="stmt"/>
|
|
314
|
+
<line num="68" count="2" type="stmt"/>
|
|
315
|
+
<line num="69" count="2" type="stmt"/>
|
|
316
|
+
<line num="70" count="2" type="stmt"/>
|
|
317
|
+
<line num="72" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
318
|
+
<line num="73" count="2" type="stmt"/>
|
|
319
|
+
<line num="74" count="2" type="stmt"/>
|
|
320
|
+
<line num="75" count="2" type="stmt"/>
|
|
321
|
+
<line num="76" count="2" type="stmt"/>
|
|
322
|
+
<line num="77" count="2" type="stmt"/>
|
|
323
|
+
<line num="78" count="2" type="stmt"/>
|
|
324
|
+
<line num="79" count="2" type="stmt"/>
|
|
325
|
+
<line num="80" count="2" type="stmt"/>
|
|
326
|
+
<line num="81" count="2" type="stmt"/>
|
|
327
|
+
<line num="82" count="2" type="stmt"/>
|
|
328
|
+
<line num="84" count="2" type="stmt"/>
|
|
329
|
+
<line num="85" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
330
|
+
<line num="87" count="2" type="stmt"/>
|
|
331
|
+
<line num="90" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
332
|
+
<line num="92" count="0" type="stmt"/>
|
|
333
|
+
<line num="93" count="0" type="stmt"/>
|
|
334
|
+
<line num="94" count="0" type="stmt"/>
|
|
335
|
+
<line num="95" count="2" type="stmt"/>
|
|
336
|
+
<line num="96" count="2" type="stmt"/>
|
|
337
|
+
<line num="97" count="2" type="stmt"/>
|
|
338
|
+
<line num="98" count="2" type="stmt"/>
|
|
339
|
+
<line num="99" count="2" type="stmt"/>
|
|
340
|
+
<line num="100" count="2" type="stmt"/>
|
|
341
|
+
<line num="101" count="2" type="stmt"/>
|
|
342
|
+
<line num="105" count="2" type="stmt"/>
|
|
343
|
+
<line num="107" count="2" type="stmt"/>
|
|
344
|
+
<line num="108" count="2" type="stmt"/>
|
|
345
|
+
<line num="109" count="2" type="stmt"/>
|
|
346
|
+
<line num="110" count="2" type="stmt"/>
|
|
347
|
+
<line num="111" count="2" type="stmt"/>
|
|
348
|
+
<line num="112" count="2" type="stmt"/>
|
|
349
|
+
<line num="113" count="2" type="stmt"/>
|
|
350
|
+
<line num="114" count="2" type="stmt"/>
|
|
351
|
+
<line num="115" count="2" type="stmt"/>
|
|
352
|
+
<line num="116" count="2" type="stmt"/>
|
|
353
|
+
<line num="117" count="2" type="stmt"/>
|
|
354
|
+
<line num="118" count="2" type="stmt"/>
|
|
355
|
+
<line num="119" count="2" type="stmt"/>
|
|
356
|
+
<line num="120" count="2" type="stmt"/>
|
|
357
|
+
<line num="122" count="2" type="stmt"/>
|
|
358
|
+
<line num="123" count="2" type="stmt"/>
|
|
359
|
+
<line num="125" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
360
|
+
<line num="126" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
361
|
+
<line num="127" count="1" type="stmt"/>
|
|
362
|
+
<line num="128" count="1" type="stmt"/>
|
|
363
|
+
<line num="130" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
364
|
+
<line num="131" count="1" type="stmt"/>
|
|
365
|
+
<line num="132" count="1" type="stmt"/>
|
|
366
|
+
<line num="134" count="2" type="stmt"/>
|
|
367
|
+
<line num="135" count="2" type="stmt"/>
|
|
368
|
+
<line num="137" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
369
|
+
<line num="138" count="1" type="stmt"/>
|
|
370
|
+
<line num="139" count="1" type="stmt"/>
|
|
371
|
+
<line num="141" count="1" type="stmt"/>
|
|
372
|
+
<line num="142" count="1" type="stmt"/>
|
|
373
|
+
<line num="143" count="1" type="stmt"/>
|
|
374
|
+
<line num="145" count="1" type="stmt"/>
|
|
375
|
+
<line num="146" count="1" type="stmt"/>
|
|
376
|
+
<line num="147" count="1" type="stmt"/>
|
|
377
|
+
</file>
|
|
378
|
+
<file name="widgetThemeResolver.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/src/util/widgetThemeResolver.ts">
|
|
379
|
+
<metrics statements="19" coveredstatements="18" conditionals="4" coveredconditionals="3" methods="3" coveredmethods="3"/>
|
|
380
|
+
<line num="17" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
381
|
+
<line num="18" count="1" type="stmt"/>
|
|
382
|
+
<line num="19" count="1" type="stmt"/>
|
|
383
|
+
<line num="21" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
384
|
+
<line num="22" count="2" type="stmt"/>
|
|
385
|
+
<line num="23" count="2" type="stmt"/>
|
|
386
|
+
<line num="24" count="2" type="stmt"/>
|
|
387
|
+
<line num="25" count="2" type="stmt"/>
|
|
388
|
+
<line num="26" count="2" type="stmt"/>
|
|
389
|
+
<line num="27" count="2" type="stmt"/>
|
|
390
|
+
<line num="28" count="2" type="stmt"/>
|
|
391
|
+
<line num="30" count="2" type="stmt"/>
|
|
392
|
+
<line num="31" count="2" type="stmt"/>
|
|
393
|
+
<line num="33" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
394
|
+
<line num="34" count="2" type="stmt"/>
|
|
395
|
+
<line num="35" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
396
|
+
<line num="36" count="0" type="stmt"/>
|
|
397
|
+
<line num="37" count="2" type="stmt"/>
|
|
398
|
+
<line num="38" count="1" type="stmt"/>
|
|
399
|
+
</file>
|
|
400
|
+
</package>
|
|
401
|
+
<package name="src.util.captcha">
|
|
402
|
+
<metrics statements="127" coveredstatements="124" conditionals="13" coveredconditionals="11" methods="9" coveredmethods="9"/>
|
|
403
|
+
<file name="captchaComponentProvider.tsx" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/src/util/captcha/captchaComponentProvider.tsx">
|
|
404
|
+
<metrics statements="20" coveredstatements="18" conditionals="2" coveredconditionals="1" methods="1" coveredmethods="1"/>
|
|
405
|
+
<line num="15" count="1" type="stmt"/>
|
|
406
|
+
<line num="17" count="1" type="stmt"/>
|
|
407
|
+
<line num="20" count="1" type="stmt"/>
|
|
408
|
+
<line num="21" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
409
|
+
<line num="22" count="2" type="stmt"/>
|
|
410
|
+
<line num="23" count="2" type="stmt"/>
|
|
411
|
+
<line num="24" count="2" type="stmt"/>
|
|
412
|
+
<line num="25" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
413
|
+
<line num="26" count="0" type="stmt"/>
|
|
414
|
+
<line num="27" count="0" type="stmt"/>
|
|
415
|
+
<line num="29" count="2" type="stmt"/>
|
|
416
|
+
<line num="31" count="2" type="stmt"/>
|
|
417
|
+
<line num="33" count="2" type="stmt"/>
|
|
418
|
+
<line num="34" count="2" type="stmt"/>
|
|
419
|
+
<line num="35" count="2" type="stmt"/>
|
|
420
|
+
<line num="36" count="2" type="stmt"/>
|
|
421
|
+
<line num="37" count="2" type="stmt"/>
|
|
422
|
+
<line num="38" count="2" type="stmt"/>
|
|
423
|
+
<line num="40" count="2" type="stmt"/>
|
|
424
|
+
<line num="41" count="1" type="stmt"/>
|
|
425
|
+
</file>
|
|
426
|
+
<file name="captchaComponentsList.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/src/util/captcha/captchaComponentsList.ts">
|
|
427
|
+
<metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
428
|
+
<line num="15" count="1" type="stmt"/>
|
|
429
|
+
<line num="18" count="1" type="stmt"/>
|
|
430
|
+
<line num="19" count="1" type="stmt"/>
|
|
431
|
+
<line num="20" count="1" type="stmt"/>
|
|
432
|
+
<line num="22" count="1" type="stmt"/>
|
|
433
|
+
<line num="25" count="1" type="stmt"/>
|
|
434
|
+
<line num="26" count="1" type="stmt"/>
|
|
435
|
+
<line num="27" count="1" type="stmt"/>
|
|
436
|
+
<line num="28" count="1" type="stmt"/>
|
|
437
|
+
<line num="29" count="1" type="stmt"/>
|
|
438
|
+
</file>
|
|
439
|
+
<file name="captchaProps.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/src/util/captcha/captchaProps.ts">
|
|
440
|
+
<metrics statements="0" coveredstatements="0" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
|
|
441
|
+
</file>
|
|
442
|
+
<file name="captchaRenderer.tsx" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/src/util/captcha/captchaRenderer.tsx">
|
|
443
|
+
<metrics statements="86" coveredstatements="85" conditionals="7" coveredconditionals="6" methods="6" coveredmethods="6"/>
|
|
444
|
+
<line num="15" count="1" type="stmt"/>
|
|
445
|
+
<line num="16" count="1" type="stmt"/>
|
|
446
|
+
<line num="25" count="1" type="stmt"/>
|
|
447
|
+
<line num="26" count="1" type="stmt"/>
|
|
448
|
+
<line num="27" count="1" type="stmt"/>
|
|
449
|
+
<line num="28" count="1" type="stmt"/>
|
|
450
|
+
<line num="38" count="1" type="stmt"/>
|
|
451
|
+
<line num="41" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
452
|
+
<line num="42" count="1" type="stmt"/>
|
|
453
|
+
<line num="43" count="1" type="stmt"/>
|
|
454
|
+
<line num="45" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
455
|
+
<line num="46" count="2" type="stmt"/>
|
|
456
|
+
<line num="47" count="2" type="stmt"/>
|
|
457
|
+
<line num="48" count="2" type="stmt"/>
|
|
458
|
+
<line num="49" count="2" type="stmt"/>
|
|
459
|
+
<line num="50" count="2" type="stmt"/>
|
|
460
|
+
<line num="51" count="2" type="stmt"/>
|
|
461
|
+
<line num="52" count="2" type="stmt"/>
|
|
462
|
+
<line num="53" count="2" type="stmt"/>
|
|
463
|
+
<line num="54" count="2" type="stmt"/>
|
|
464
|
+
<line num="55" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
465
|
+
<line num="56" count="0" type="stmt"/>
|
|
466
|
+
<line num="58" count="2" type="stmt"/>
|
|
467
|
+
<line num="59" count="2" type="stmt"/>
|
|
468
|
+
<line num="60" count="2" type="stmt"/>
|
|
469
|
+
<line num="61" count="2" type="stmt"/>
|
|
470
|
+
<line num="62" count="2" type="stmt"/>
|
|
471
|
+
<line num="63" count="2" type="stmt"/>
|
|
472
|
+
<line num="64" count="2" type="stmt"/>
|
|
473
|
+
<line num="65" count="2" type="stmt"/>
|
|
474
|
+
<line num="66" count="2" type="stmt"/>
|
|
475
|
+
<line num="68" count="2" type="stmt"/>
|
|
476
|
+
<line num="69" count="2" type="stmt"/>
|
|
477
|
+
<line num="70" count="2" type="stmt"/>
|
|
478
|
+
<line num="71" count="2" type="stmt"/>
|
|
479
|
+
<line num="73" count="2" type="stmt"/>
|
|
480
|
+
<line num="74" count="2" type="stmt"/>
|
|
481
|
+
<line num="75" count="2" type="stmt"/>
|
|
482
|
+
<line num="76" count="2" type="stmt"/>
|
|
483
|
+
<line num="78" count="2" type="stmt"/>
|
|
484
|
+
<line num="79" count="2" type="stmt"/>
|
|
485
|
+
<line num="80" count="2" type="stmt"/>
|
|
486
|
+
<line num="81" count="2" type="stmt"/>
|
|
487
|
+
<line num="82" count="2" type="stmt"/>
|
|
488
|
+
<line num="83" count="2" type="stmt"/>
|
|
489
|
+
<line num="84" count="2" type="stmt"/>
|
|
490
|
+
<line num="85" count="2" type="stmt"/>
|
|
491
|
+
<line num="87" count="2" type="stmt"/>
|
|
492
|
+
<line num="89" count="2" type="stmt"/>
|
|
493
|
+
<line num="90" count="2" type="stmt"/>
|
|
494
|
+
<line num="92" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
495
|
+
<line num="93" count="2" type="stmt"/>
|
|
496
|
+
<line num="94" count="2" type="stmt"/>
|
|
497
|
+
<line num="95" count="2" type="stmt"/>
|
|
498
|
+
<line num="96" count="2" type="stmt"/>
|
|
499
|
+
<line num="97" count="2" type="stmt"/>
|
|
500
|
+
<line num="98" count="2" type="stmt"/>
|
|
501
|
+
<line num="99" count="2" type="stmt"/>
|
|
502
|
+
<line num="101" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
503
|
+
<line num="102" count="2" type="stmt"/>
|
|
504
|
+
<line num="103" count="2" type="stmt"/>
|
|
505
|
+
<line num="104" count="2" type="stmt"/>
|
|
506
|
+
<line num="105" count="2" type="stmt"/>
|
|
507
|
+
<line num="106" count="2" type="stmt"/>
|
|
508
|
+
<line num="107" count="2" type="stmt"/>
|
|
509
|
+
<line num="108" count="2" type="stmt"/>
|
|
510
|
+
<line num="109" count="2" type="stmt"/>
|
|
511
|
+
<line num="110" count="2" type="stmt"/>
|
|
512
|
+
<line num="112" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
513
|
+
<line num="113" count="2" type="stmt"/>
|
|
514
|
+
<line num="114" count="2" type="stmt"/>
|
|
515
|
+
<line num="115" count="2" type="stmt"/>
|
|
516
|
+
<line num="116" count="2" type="stmt"/>
|
|
517
|
+
<line num="117" count="2" type="stmt"/>
|
|
518
|
+
<line num="118" count="2" type="stmt"/>
|
|
519
|
+
<line num="119" count="2" type="stmt"/>
|
|
520
|
+
<line num="121" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
521
|
+
<line num="122" count="2" type="stmt"/>
|
|
522
|
+
<line num="123" count="2" type="stmt"/>
|
|
523
|
+
<line num="124" count="2" type="stmt"/>
|
|
524
|
+
<line num="125" count="2" type="stmt"/>
|
|
525
|
+
<line num="126" count="2" type="stmt"/>
|
|
526
|
+
<line num="127" count="2" type="stmt"/>
|
|
527
|
+
<line num="128" count="2" type="stmt"/>
|
|
528
|
+
<line num="129" count="2" type="stmt"/>
|
|
529
|
+
<line num="130" count="1" type="stmt"/>
|
|
530
|
+
</file>
|
|
531
|
+
<file name="captchaType.ts" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/src/util/captcha/captchaType.ts">
|
|
532
|
+
<metrics statements="11" coveredstatements="11" conditionals="3" coveredconditionals="3" methods="1" coveredmethods="1"/>
|
|
533
|
+
<line num="15" count="1" type="stmt"/>
|
|
534
|
+
<line num="16" count="1" type="stmt"/>
|
|
535
|
+
<line num="24" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
536
|
+
<line num="25" count="7" type="stmt"/>
|
|
537
|
+
<line num="26" count="7" type="stmt"/>
|
|
538
|
+
<line num="27" count="7" type="stmt"/>
|
|
539
|
+
<line num="28" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
540
|
+
<line num="29" count="20" type="stmt"/>
|
|
541
|
+
<line num="30" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
542
|
+
<line num="31" count="7" type="stmt"/>
|
|
543
|
+
<line num="32" count="7" type="stmt"/>
|
|
544
|
+
</file>
|
|
545
|
+
</package>
|
|
546
|
+
<package name="src.util.captcha.components">
|
|
547
|
+
<metrics statements="40" coveredstatements="18" conditionals="1" coveredconditionals="1" methods="3" coveredmethods="1"/>
|
|
548
|
+
<file name="frictionlessCaptcha.tsx" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/src/util/captcha/components/frictionlessCaptcha.tsx">
|
|
549
|
+
<metrics statements="18" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
550
|
+
<line num="15" count="1" type="stmt"/>
|
|
551
|
+
<line num="16" count="1" type="stmt"/>
|
|
552
|
+
<line num="17" count="1" type="stmt"/>
|
|
553
|
+
<line num="20" count="1" type="stmt"/>
|
|
554
|
+
<line num="21" count="0" type="stmt"/>
|
|
555
|
+
<line num="23" count="0" type="stmt"/>
|
|
556
|
+
<line num="25" count="0" type="stmt"/>
|
|
557
|
+
<line num="26" count="0" type="stmt"/>
|
|
558
|
+
<line num="27" count="0" type="stmt"/>
|
|
559
|
+
<line num="29" count="0" type="stmt"/>
|
|
560
|
+
<line num="30" count="0" type="stmt"/>
|
|
561
|
+
<line num="31" count="0" type="stmt"/>
|
|
562
|
+
<line num="32" count="0" type="stmt"/>
|
|
563
|
+
<line num="33" count="0" type="stmt"/>
|
|
564
|
+
<line num="34" count="0" type="stmt"/>
|
|
565
|
+
<line num="35" count="0" type="stmt"/>
|
|
566
|
+
<line num="36" count="0" type="stmt"/>
|
|
567
|
+
<line num="38" count="0" type="stmt"/>
|
|
568
|
+
</file>
|
|
569
|
+
<file name="imageCaptcha.tsx" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/src/util/captcha/components/imageCaptcha.tsx">
|
|
570
|
+
<metrics statements="11" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
571
|
+
<line num="15" count="1" type="stmt"/>
|
|
572
|
+
<line num="16" count="1" type="stmt"/>
|
|
573
|
+
<line num="19" count="1" type="stmt"/>
|
|
574
|
+
<line num="20" count="0" type="stmt"/>
|
|
575
|
+
<line num="22" count="0" type="stmt"/>
|
|
576
|
+
<line num="23" count="0" type="stmt"/>
|
|
577
|
+
<line num="24" count="0" type="stmt"/>
|
|
578
|
+
<line num="25" count="0" type="stmt"/>
|
|
579
|
+
<line num="26" count="0" type="stmt"/>
|
|
580
|
+
<line num="27" count="0" type="stmt"/>
|
|
581
|
+
<line num="29" count="0" type="stmt"/>
|
|
582
|
+
</file>
|
|
583
|
+
<file name="powCaptcha.tsx" path="/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/src/util/captcha/components/powCaptcha.tsx">
|
|
584
|
+
<metrics statements="11" coveredstatements="11" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
|
|
585
|
+
<line num="15" count="1" type="stmt"/>
|
|
586
|
+
<line num="16" count="1" type="stmt"/>
|
|
587
|
+
<line num="19" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
588
|
+
<line num="20" count="2" type="stmt"/>
|
|
589
|
+
<line num="22" count="2" type="stmt"/>
|
|
590
|
+
<line num="23" count="2" type="stmt"/>
|
|
591
|
+
<line num="24" count="2" type="stmt"/>
|
|
592
|
+
<line num="25" count="2" type="stmt"/>
|
|
593
|
+
<line num="26" count="2" type="stmt"/>
|
|
594
|
+
<line num="27" count="2" type="stmt"/>
|
|
595
|
+
<line num="29" count="2" type="stmt"/>
|
|
596
|
+
</file>
|
|
597
|
+
</package>
|
|
598
|
+
</project>
|
|
599
|
+
</coverage>
|