From 440bcb052e751604d95879752521cc19f3b1292a Mon Sep 17 00:00:00 2001 From: Boodland Date: Mon, 19 Aug 2024 11:57:19 +0200 Subject: [PATCH 1/6] Add basic Root Layout --- app/layout.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 app/layout.tsx diff --git a/app/layout.tsx b/app/layout.tsx new file mode 100644 index 00000000..2f82be2c --- /dev/null +++ b/app/layout.tsx @@ -0,0 +1,13 @@ +export default function RootLayout({ + // Layouts must accept a children prop. + // This will be populated with nested layouts or pages + children, +}: { + children: React.ReactNode; +}) { + return ( + + {children} + + ); +} From 78f94ae9903d7f4afe72db5f94fe6e84682263a2 Mon Sep 17 00:00:00 2001 From: Boodland Date: Mon, 19 Aug 2024 11:58:28 +0200 Subject: [PATCH 2/6] Add metadata --- app/layout.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/layout.tsx b/app/layout.tsx index 2f82be2c..cfbc2313 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,3 +1,9 @@ +import { Metadata } from 'next'; + +export const metadata: Metadata = { + title: 'Bloom', +}; + export default function RootLayout({ // Layouts must accept a children prop. // This will be populated with nested layouts or pages From e4bffacb379c56dadc854d001650ae03b0996f58 Mon Sep 17 00:00:00 2001 From: Boodland Date: Mon, 19 Aug 2024 11:58:51 +0200 Subject: [PATCH 3/6] Add reference included by next --- next-env.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/next-env.d.ts b/next-env.d.ts index 4f11a03d..fd36f949 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -1,5 +1,6 @@ /// /// +/// // NOTE: This file should not be edited // see https://nextjs.org/docs/basic-features/typescript for more information. From 844f4125b0b68151c2d888e999229676c6e47498 Mon Sep 17 00:00:00 2001 From: Boodland Date: Mon, 19 Aug 2024 12:02:27 +0200 Subject: [PATCH 4/6] Add comment to explain the default meta tags --- app/layout.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/layout.tsx b/app/layout.tsx index cfbc2313..6d9feae3 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,5 +1,7 @@ import { Metadata } from 'next'; +// Nextjs automatically includes for each route two default meta tags, charset and viewport +// https://nextjs.org/docs/app/building-your-application/optimizing/metadata#default-fields export const metadata: Metadata = { title: 'Bloom', }; From d857356052c289b35e8f046f46e370057618bb34 Mon Sep 17 00:00:00 2001 From: Boodland Date: Mon, 19 Aug 2024 12:09:58 +0200 Subject: [PATCH 5/6] Add public testing page to check the migration --- app/public-route-test/page.tsx | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/public-route-test/page.tsx diff --git a/app/public-route-test/page.tsx b/app/public-route-test/page.tsx new file mode 100644 index 00000000..c6f91528 --- /dev/null +++ b/app/public-route-test/page.tsx @@ -0,0 +1,3 @@ +export default async function Page() { + return
PUBLIC TESTING PAGE
; +} From 86241af8884a3677c8a8d1fd7fbcf38cceff5ec0 Mon Sep 17 00:00:00 2001 From: Boodland Date: Fri, 30 Aug 2024 11:35:12 +0200 Subject: [PATCH 6/6] Remove non required file --- .nyc_output/out.json | 40714 ----------------------------------------- 1 file changed, 40714 deletions(-) delete mode 100644 .nyc_output/out.json diff --git a/.nyc_output/out.json b/.nyc_output/out.json deleted file mode 100644 index e355bb19..00000000 --- a/.nyc_output/out.json +++ /dev/null @@ -1,40714 +0,0 @@ -{ - "/Users/alberto/Repositories/bloom-frontend/components/crisp/utils/createCrispProfileData.ts": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/crisp/utils/createCrispProfileData.ts", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 26 - }, - "end": { - "line": 10, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 9, - "column": 21 - } - }, - "2": { - "start": { - "line": 8, - "column": 33 - }, - "end": { - "line": 8, - "column": 61 - } - }, - "3": { - "start": { - "line": 12, - "column": 31 - }, - "end": { - "line": 14, - "column": 1 - } - }, - "4": { - "start": { - "line": 13, - "column": 2 - }, - "end": { - "line": 13, - "column": 51 - } - }, - "5": { - "start": { - "line": 16, - "column": 32 - }, - "end": { - "line": 18, - "column": 1 - } - }, - "6": { - "start": { - "line": 17, - "column": 2 - }, - "end": { - "line": 17, - "column": 77 - } - }, - "7": { - "start": { - "line": 20, - "column": 38 - }, - "end": { - "line": 80, - "column": 1 - } - }, - "8": { - "start": { - "line": 24, - "column": 37 - }, - "end": { - "line": 27, - "column": 3 - } - }, - "9": { - "start": { - "line": 26, - "column": 32 - }, - "end": { - "line": 26, - "column": 47 - } - }, - "10": { - "start": { - "line": 28, - "column": 45 - }, - "end": { - "line": 31, - "column": 3 - } - }, - "11": { - "start": { - "line": 30, - "column": 64 - }, - "end": { - "line": 30, - "column": 82 - } - }, - "12": { - "start": { - "line": 32, - "column": 44 - }, - "end": { - "line": 35, - "column": 3 - } - }, - "13": { - "start": { - "line": 34, - "column": 35 - }, - "end": { - "line": 34, - "column": 52 - } - }, - "14": { - "start": { - "line": 36, - "column": 60 - }, - "end": { - "line": 39, - "column": 3 - } - }, - "15": { - "start": { - "line": 38, - "column": 32 - }, - "end": { - "line": 38, - "column": 59 - } - }, - "16": { - "start": { - "line": 38, - "column": 78 - }, - "end": { - "line": 38, - "column": 83 - } - }, - "17": { - "start": { - "line": 40, - "column": 59 - }, - "end": { - "line": 43, - "column": 3 - } - }, - "18": { - "start": { - "line": 42, - "column": 32 - }, - "end": { - "line": 42, - "column": 58 - } - }, - "19": { - "start": { - "line": 42, - "column": 77 - }, - "end": { - "line": 42, - "column": 82 - } - }, - "20": { - "start": { - "line": 45, - "column": 21 - }, - "end": { - "line": 70, - "column": 8 - } - }, - "21": { - "start": { - "line": 46, - "column": 21 - }, - "end": { - "line": 46, - "column": 36 - } - }, - "22": { - "start": { - "line": 47, - "column": 22 - }, - "end": { - "line": 47, - "column": 50 - } - }, - "23": { - "start": { - "line": 48, - "column": 43 - }, - "end": { - "line": 51, - "column": 5 - } - }, - "24": { - "start": { - "line": 52, - "column": 31 - }, - "end": { - "line": 52, - "column": 85 - } - }, - "25": { - "start": { - "line": 53, - "column": 46 - }, - "end": { - "line": 59, - "column": 5 - } - }, - "26": { - "start": { - "line": 56, - "column": 29 - }, - "end": { - "line": 56, - "column": 47 - } - }, - "27": { - "start": { - "line": 57, - "column": 20 - }, - "end": { - "line": 57, - "column": 26 - } - }, - "28": { - "start": { - "line": 60, - "column": 33 - }, - "end": { - "line": 60, - "column": 89 - } - }, - "29": { - "start": { - "line": 61, - "column": 48 - }, - "end": { - "line": 67, - "column": 5 - } - }, - "30": { - "start": { - "line": 64, - "column": 29 - }, - "end": { - "line": 64, - "column": 48 - } - }, - "31": { - "start": { - "line": 65, - "column": 26 - }, - "end": { - "line": 65, - "column": 38 - } - }, - "32": { - "start": { - "line": 69, - "column": 4 - }, - "end": { - "line": 69, - "column": 83 - } - }, - "33": { - "start": { - "line": 72, - "column": 2 - }, - "end": { - "line": 79, - "column": 4 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 5, - "column": 26 - }, - "end": { - "line": 5, - "column": 27 - } - }, - "loc": { - "start": { - "line": 5, - "column": 44 - }, - "end": { - "line": 10, - "column": 1 - } - }, - "line": 5 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 8, - "column": 12 - }, - "end": { - "line": 8, - "column": 13 - } - }, - "loc": { - "start": { - "line": 8, - "column": 33 - }, - "end": { - "line": 8, - "column": 61 - } - }, - "line": 8 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 12, - "column": 31 - }, - "end": { - "line": 12, - "column": 32 - } - }, - "loc": { - "start": { - "line": 12, - "column": 55 - }, - "end": { - "line": 14, - "column": 1 - } - }, - "line": 12 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 16, - "column": 32 - }, - "end": { - "line": 16, - "column": 33 - } - }, - "loc": { - "start": { - "line": 16, - "column": 81 - }, - "end": { - "line": 18, - "column": 1 - } - }, - "line": 16 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 20, - "column": 38 - }, - "end": { - "line": 20, - "column": 39 - } - }, - "loc": { - "start": { - "line": 23, - "column": 44 - }, - "end": { - "line": 80, - "column": 1 - } - }, - "line": 23 - }, - "5": { - "name": "(anonymous_5)", - "decl": { - "start": { - "line": 26, - "column": 24 - }, - "end": { - "line": 26, - "column": 25 - } - }, - "loc": { - "start": { - "line": 26, - "column": 32 - }, - "end": { - "line": 26, - "column": 47 - } - }, - "line": 26 - }, - "6": { - "name": "(anonymous_6)", - "decl": { - "start": { - "line": 30, - "column": 56 - }, - "end": { - "line": 30, - "column": 57 - } - }, - "loc": { - "start": { - "line": 30, - "column": 64 - }, - "end": { - "line": 30, - "column": 82 - } - }, - "line": 30 - }, - "7": { - "name": "(anonymous_7)", - "decl": { - "start": { - "line": 34, - "column": 27 - }, - "end": { - "line": 34, - "column": 28 - } - }, - "loc": { - "start": { - "line": 34, - "column": 35 - }, - "end": { - "line": 34, - "column": 52 - } - }, - "line": 34 - }, - "8": { - "name": "(anonymous_8)", - "decl": { - "start": { - "line": 38, - "column": 24 - }, - "end": { - "line": 38, - "column": 25 - } - }, - "loc": { - "start": { - "line": 38, - "column": 32 - }, - "end": { - "line": 38, - "column": 59 - } - }, - "line": 38 - }, - "9": { - "name": "(anonymous_9)", - "decl": { - "start": { - "line": 38, - "column": 68 - }, - "end": { - "line": 38, - "column": 69 - } - }, - "loc": { - "start": { - "line": 38, - "column": 78 - }, - "end": { - "line": 38, - "column": 83 - } - }, - "line": 38 - }, - "10": { - "name": "(anonymous_10)", - "decl": { - "start": { - "line": 42, - "column": 24 - }, - "end": { - "line": 42, - "column": 25 - } - }, - "loc": { - "start": { - "line": 42, - "column": 32 - }, - "end": { - "line": 42, - "column": 58 - } - }, - "line": 42 - }, - "11": { - "name": "(anonymous_11)", - "decl": { - "start": { - "line": 42, - "column": 67 - }, - "end": { - "line": 42, - "column": 68 - } - }, - "loc": { - "start": { - "line": 42, - "column": 77 - }, - "end": { - "line": 42, - "column": 82 - } - }, - "line": 42 - }, - "12": { - "name": "(anonymous_12)", - "decl": { - "start": { - "line": 45, - "column": 55 - }, - "end": { - "line": 45, - "column": 56 - } - }, - "loc": { - "start": { - "line": 45, - "column": 85 - }, - "end": { - "line": 70, - "column": 3 - } - }, - "line": 45 - }, - "13": { - "name": "(anonymous_13)", - "decl": { - "start": { - "line": 56, - "column": 16 - }, - "end": { - "line": 56, - "column": 17 - } - }, - "loc": { - "start": { - "line": 56, - "column": 29 - }, - "end": { - "line": 56, - "column": 47 - } - }, - "line": 56 - }, - "14": { - "name": "(anonymous_14)", - "decl": { - "start": { - "line": 57, - "column": 13 - }, - "end": { - "line": 57, - "column": 14 - } - }, - "loc": { - "start": { - "line": 57, - "column": 20 - }, - "end": { - "line": 57, - "column": 26 - } - }, - "line": 57 - }, - "15": { - "name": "(anonymous_15)", - "decl": { - "start": { - "line": 64, - "column": 16 - }, - "end": { - "line": 64, - "column": 17 - } - }, - "loc": { - "start": { - "line": 64, - "column": 29 - }, - "end": { - "line": 64, - "column": 48 - } - }, - "line": 64 - }, - "16": { - "name": "(anonymous_16)", - "decl": { - "start": { - "line": 65, - "column": 13 - }, - "end": { - "line": 65, - "column": 14 - } - }, - "loc": { - "start": { - "line": 65, - "column": 26 - }, - "end": { - "line": 65, - "column": 38 - } - }, - "line": 65 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 26, - "column": 4 - }, - "end": { - "line": 26, - "column": 65 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 26, - "column": 4 - }, - "end": { - "line": 26, - "column": 59 - } - }, - { - "start": { - "line": 26, - "column": 63 - }, - "end": { - "line": 26, - "column": 65 - } - } - ], - "line": 26 - }, - "1": { - "loc": { - "start": { - "line": 30, - "column": 4 - }, - "end": { - "line": 30, - "column": 90 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 30, - "column": 33 - }, - "end": { - "line": 30, - "column": 83 - } - }, - { - "start": { - "line": 30, - "column": 86 - }, - "end": { - "line": 30, - "column": 90 - } - } - ], - "line": 30 - }, - "2": { - "loc": { - "start": { - "line": 50, - "column": 6 - }, - "end": { - "line": 50, - "column": 76 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 50, - "column": 25 - }, - "end": { - "line": 50, - "column": 50 - } - }, - { - "start": { - "line": 50, - "column": 53 - }, - "end": { - "line": 50, - "column": 76 - } - } - ], - "line": 50 - } - }, - "s": { - "0": 2, - "1": 3, - "2": 12, - "3": 2, - "4": 1, - "5": 2, - "6": 2, - "7": 2, - "8": 1, - "9": 0, - "10": 1, - "11": 0, - "12": 1, - "13": 0, - "14": 1, - "15": 0, - "16": 0, - "17": 1, - "18": 0, - "19": 0, - "20": 1, - "21": 1, - "22": 1, - "23": 1, - "24": 1, - "25": 1, - "26": 1, - "27": 1, - "28": 1, - "29": 1, - "30": 1, - "31": 0, - "32": 1, - "33": 1 - }, - "f": { - "0": 3, - "1": 12, - "2": 1, - "3": 2, - "4": 1, - "5": 0, - "6": 0, - "7": 0, - "8": 0, - "9": 0, - "10": 0, - "11": 0, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 0 - }, - "b": { - "0": [1, 1], - "1": [0, 1], - "2": [0, 1] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "937dda996f1b6051afb14624f8de67fbcd5f7182" - }, - "/Users/alberto/Repositories/bloom-frontend/components/crisp/CrispScript.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/crisp/CrispScript.tsx", - "statementMap": { - "0": { - "start": { - "line": 9, - "column": 20 - }, - "end": { - "line": 97, - "column": 1 - } - }, - "1": { - "start": { - "line": 10, - "column": 24 - }, - "end": { - "line": 10, - "column": 73 - } - }, - "2": { - "start": { - "line": 10, - "column": 52 - }, - "end": { - "line": 10, - "column": 72 - } - }, - "3": { - "start": { - "line": 11, - "column": 20 - }, - "end": { - "line": 11, - "column": 65 - } - }, - "4": { - "start": { - "line": 11, - "column": 48 - }, - "end": { - "line": 11, - "column": 64 - } - }, - "5": { - "start": { - "line": 12, - "column": 27 - }, - "end": { - "line": 12, - "column": 79 - } - }, - "6": { - "start": { - "line": 12, - "column": 55 - }, - "end": { - "line": 12, - "column": 78 - } - }, - "7": { - "start": { - "line": 13, - "column": 26 - }, - "end": { - "line": 13, - "column": 76 - } - }, - "8": { - "start": { - "line": 13, - "column": 54 - }, - "end": { - "line": 13, - "column": 75 - } - }, - "9": { - "start": { - "line": 14, - "column": 23 - }, - "end": { - "line": 14, - "column": 70 - } - }, - "10": { - "start": { - "line": 14, - "column": 51 - }, - "end": { - "line": 14, - "column": 69 - } - }, - "11": { - "start": { - "line": 15, - "column": 18 - }, - "end": { - "line": 15, - "column": 60 - } - }, - "12": { - "start": { - "line": 15, - "column": 46 - }, - "end": { - "line": 15, - "column": 59 - } - }, - "13": { - "start": { - "line": 17, - "column": 17 - }, - "end": { - "line": 17, - "column": 28 - } - }, - "14": { - "start": { - "line": 19, - "column": 24 - }, - "end": { - "line": 19, - "column": 86 - } - }, - "15": { - "start": { - "line": 21, - "column": 2 - }, - "end": { - "line": 46, - "column": 9 - } - }, - "16": { - "start": { - "line": 22, - "column": 4 - }, - "end": { - "line": 24, - "column": 5 - } - }, - "17": { - "start": { - "line": 23, - "column": 6 - }, - "end": { - "line": 23, - "column": 50 - } - }, - "18": { - "start": { - "line": 25, - "column": 4 - }, - "end": { - "line": 31, - "column": 7 - } - }, - "19": { - "start": { - "line": 29, - "column": 8 - }, - "end": { - "line": 29, - "column": 52 - } - }, - "20": { - "start": { - "line": 32, - "column": 4 - }, - "end": { - "line": 38, - "column": 7 - } - }, - "21": { - "start": { - "line": 36, - "column": 8 - }, - "end": { - "line": 36, - "column": 51 - } - }, - "22": { - "start": { - "line": 39, - "column": 4 - }, - "end": { - "line": 45, - "column": 7 - } - }, - "23": { - "start": { - "line": 43, - "column": 8 - }, - "end": { - "line": 43, - "column": 46 - } - }, - "24": { - "start": { - "line": 48, - "column": 2 - }, - "end": { - "line": 72, - "column": 62 - } - }, - "25": { - "start": { - "line": 50, - "column": 6 - }, - "end": { - "line": 52, - "column": 89 - } - }, - "26": { - "start": { - "line": 52, - "column": 50 - }, - "end": { - "line": 52, - "column": 88 - } - }, - "27": { - "start": { - "line": 53, - "column": 4 - }, - "end": { - "line": 71, - "column": 5 - } - }, - "28": { - "start": { - "line": 54, - "column": 6 - }, - "end": { - "line": 54, - "column": 56 - } - }, - "29": { - "start": { - "line": 55, - "column": 6 - }, - "end": { - "line": 55, - "column": 59 - } - }, - "30": { - "start": { - "line": 56, - "column": 6 - }, - "end": { - "line": 56, - "column": 70 - } - }, - "31": { - "start": { - "line": 58, - "column": 8 - }, - "end": { - "line": 60, - "column": 22 - } - }, - "32": { - "start": { - "line": 59, - "column": 40 - }, - "end": { - "line": 59, - "column": 69 - } - }, - "33": { - "start": { - "line": 61, - "column": 6 - }, - "end": { - "line": 61, - "column": 75 - } - }, - "34": { - "start": { - "line": 62, - "column": 6 - }, - "end": { - "line": 66, - "column": 9 - } - }, - "35": { - "start": { - "line": 68, - "column": 6 - }, - "end": { - "line": 68, - "column": 55 - } - }, - "36": { - "start": { - "line": 70, - "column": 6 - }, - "end": { - "line": 70, - "column": 55 - } - }, - "37": { - "start": { - "line": 74, - "column": 25 - }, - "end": { - "line": 74, - "column": 57 - } - }, - "38": { - "start": { - "line": 76, - "column": 2 - }, - "end": { - "line": 96, - "column": 4 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 9, - "column": 20 - }, - "end": { - "line": 9, - "column": 21 - } - }, - "loc": { - "start": { - "line": 9, - "column": 26 - }, - "end": { - "line": 97, - "column": 1 - } - }, - "line": 9 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 10, - "column": 41 - }, - "end": { - "line": 10, - "column": 42 - } - }, - "loc": { - "start": { - "line": 10, - "column": 52 - }, - "end": { - "line": 10, - "column": 72 - } - }, - "line": 10 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 11, - "column": 37 - }, - "end": { - "line": 11, - "column": 38 - } - }, - "loc": { - "start": { - "line": 11, - "column": 48 - }, - "end": { - "line": 11, - "column": 64 - } - }, - "line": 11 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 12, - "column": 44 - }, - "end": { - "line": 12, - "column": 45 - } - }, - "loc": { - "start": { - "line": 12, - "column": 55 - }, - "end": { - "line": 12, - "column": 78 - } - }, - "line": 12 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 13, - "column": 43 - }, - "end": { - "line": 13, - "column": 44 - } - }, - "loc": { - "start": { - "line": 13, - "column": 54 - }, - "end": { - "line": 13, - "column": 75 - } - }, - "line": 13 - }, - "5": { - "name": "(anonymous_5)", - "decl": { - "start": { - "line": 14, - "column": 40 - }, - "end": { - "line": 14, - "column": 41 - } - }, - "loc": { - "start": { - "line": 14, - "column": 51 - }, - "end": { - "line": 14, - "column": 69 - } - }, - "line": 14 - }, - "6": { - "name": "(anonymous_6)", - "decl": { - "start": { - "line": 15, - "column": 35 - }, - "end": { - "line": 15, - "column": 36 - } - }, - "loc": { - "start": { - "line": 15, - "column": 46 - }, - "end": { - "line": 15, - "column": 59 - } - }, - "line": 15 - }, - "7": { - "name": "(anonymous_7)", - "decl": { - "start": { - "line": 21, - "column": 12 - }, - "end": { - "line": 21, - "column": 13 - } - }, - "loc": { - "start": { - "line": 21, - "column": 18 - }, - "end": { - "line": 46, - "column": 3 - } - }, - "line": 21 - }, - "8": { - "name": "(anonymous_8)", - "decl": { - "start": { - "line": 28, - "column": 6 - }, - "end": { - "line": 28, - "column": 7 - } - }, - "loc": { - "start": { - "line": 28, - "column": 12 - }, - "end": { - "line": 30, - "column": 7 - } - }, - "line": 28 - }, - "9": { - "name": "(anonymous_9)", - "decl": { - "start": { - "line": 35, - "column": 6 - }, - "end": { - "line": 35, - "column": 7 - } - }, - "loc": { - "start": { - "line": 35, - "column": 12 - }, - "end": { - "line": 37, - "column": 7 - } - }, - "line": 35 - }, - "10": { - "name": "(anonymous_10)", - "decl": { - "start": { - "line": 42, - "column": 6 - }, - "end": { - "line": 42, - "column": 7 - } - }, - "loc": { - "start": { - "line": 42, - "column": 12 - }, - "end": { - "line": 44, - "column": 7 - } - }, - "line": 42 - }, - "11": { - "name": "(anonymous_11)", - "decl": { - "start": { - "line": 48, - "column": 12 - }, - "end": { - "line": 48, - "column": 13 - } - }, - "loc": { - "start": { - "line": 48, - "column": 18 - }, - "end": { - "line": 72, - "column": 3 - } - }, - "line": 48 - }, - "12": { - "name": "(anonymous_12)", - "decl": { - "start": { - "line": 52, - "column": 31 - }, - "end": { - "line": 52, - "column": 32 - } - }, - "loc": { - "start": { - "line": 52, - "column": 50 - }, - "end": { - "line": 52, - "column": 88 - } - }, - "line": 52 - }, - "13": { - "name": "(anonymous_13)", - "decl": { - "start": { - "line": 59, - "column": 32 - }, - "end": { - "line": 59, - "column": 33 - } - }, - "loc": { - "start": { - "line": 59, - "column": 40 - }, - "end": { - "line": 59, - "column": 69 - } - }, - "line": 59 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 22, - "column": 4 - }, - "end": { - "line": 24, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 22, - "column": 4 - }, - "end": { - "line": 24, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 22 - }, - "1": { - "loc": { - "start": { - "line": 50, - "column": 6 - }, - "end": { - "line": 52, - "column": 89 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 51, - "column": 10 - }, - "end": { - "line": 51, - "column": 14 - } - }, - { - "start": { - "line": 52, - "column": 10 - }, - "end": { - "line": 52, - "column": 89 - } - } - ], - "line": 50 - }, - "2": { - "loc": { - "start": { - "line": 53, - "column": 4 - }, - "end": { - "line": 71, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 53, - "column": 4 - }, - "end": { - "line": 71, - "column": 5 - } - }, - { - "start": { - "line": 69, - "column": 11 - }, - "end": { - "line": 71, - "column": 5 - } - } - ], - "line": 53 - }, - "3": { - "loc": { - "start": { - "line": 53, - "column": 8 - }, - "end": { - "line": 53, - "column": 34 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 53, - "column": 8 - }, - "end": { - "line": 53, - "column": 17 - } - }, - { - "start": { - "line": 53, - "column": 21 - }, - "end": { - "line": 53, - "column": 34 - } - } - ], - "line": 53 - }, - "4": { - "loc": { - "start": { - "line": 58, - "column": 8 - }, - "end": { - "line": 60, - "column": 22 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 59, - "column": 12 - }, - "end": { - "line": 59, - "column": 70 - } - }, - { - "start": { - "line": 60, - "column": 12 - }, - "end": { - "line": 60, - "column": 22 - } - } - ], - "line": 58 - }, - "5": { - "loc": { - "start": { - "line": 84, - "column": 25 - }, - "end": { - "line": 84, - "column": 68 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 84, - "column": 41 - }, - "end": { - "line": 84, - "column": 61 - } - }, - { - "start": { - "line": 84, - "column": 64 - }, - "end": { - "line": 84, - "column": 68 - } - } - ], - "line": 84 - } - }, - "s": { - "0": 2, - "1": 12, - "2": 33, - "3": 12, - "4": 33, - "5": 12, - "6": 33, - "7": 12, - "8": 33, - "9": 12, - "10": 33, - "11": 12, - "12": 33, - "13": 12, - "14": 12, - "15": 12, - "16": 4, - "17": 0, - "18": 4, - "19": 0, - "20": 4, - "21": 0, - "22": 4, - "23": 0, - "24": 12, - "25": 5, - "26": 0, - "27": 5, - "28": 1, - "29": 1, - "30": 1, - "31": 1, - "32": 0, - "33": 1, - "34": 1, - "35": 1, - "36": 4, - "37": 12, - "38": 12 - }, - "f": { - "0": 12, - "1": 33, - "2": 33, - "3": 33, - "4": 33, - "5": 33, - "6": 33, - "7": 4, - "8": 0, - "9": 0, - "10": 0, - "11": 5, - "12": 0, - "13": 0 - }, - "b": { - "0": [0, 4], - "1": [5, 0], - "2": [1, 4], - "3": [5, 1], - "4": [0, 1], - "5": [12, 0] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "d83ab50b4d7a24b3510a0c017e81dd9d1951b51d" - }, - "/Users/alberto/Repositories/bloom-frontend/components/common/Link.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/common/Link.tsx", - "statementMap": { - "0": { - "start": { - "line": 10, - "column": 15 - }, - "end": { - "line": 10, - "column": 30 - } - }, - "1": { - "start": { - "line": 26, - "column": 32 - }, - "end": { - "line": 45, - "column": 1 - } - }, - "2": { - "start": { - "line": 28, - "column": 87 - }, - "end": { - "line": 28, - "column": 92 - } - }, - "3": { - "start": { - "line": 30, - "column": 4 - }, - "end": { - "line": 43, - "column": 6 - } - }, - "4": { - "start": { - "line": 57, - "column": 13 - }, - "end": { - "line": 119, - "column": 2 - } - }, - "5": { - "start": { - "line": 66, - "column": 6 - }, - "end": { - "line": 66, - "column": 11 - } - }, - "6": { - "start": { - "line": 68, - "column": 17 - }, - "end": { - "line": 68, - "column": 28 - } - }, - "7": { - "start": { - "line": 69, - "column": 19 - }, - "end": { - "line": 69, - "column": 66 - } - }, - "8": { - "start": { - "line": 70, - "column": 20 - }, - "end": { - "line": 72, - "column": 4 - } - }, - "9": { - "start": { - "line": 75, - "column": 4 - }, - "end": { - "line": 75, - "column": 93 - } - }, - "10": { - "start": { - "line": 77, - "column": 2 - }, - "end": { - "line": 102, - "column": 3 - } - }, - "11": { - "start": { - "line": 78, - "column": 29 - }, - "end": { - "line": 85, - "column": 6 - } - }, - "12": { - "start": { - "line": 79, - "column": 6 - }, - "end": { - "line": 80, - "column": 21 - } - }, - "13": { - "start": { - "line": 80, - "column": 8 - }, - "end": { - "line": 80, - "column": 21 - } - }, - "14": { - "start": { - "line": 82, - "column": 6 - }, - "end": { - "line": 82, - "column": 42 - } - }, - "15": { - "start": { - "line": 84, - "column": 6 - }, - "end": { - "line": 84, - "column": 52 - } - }, - "16": { - "start": { - "line": 87, - "column": 4 - }, - "end": { - "line": 94, - "column": 5 - } - }, - "17": { - "start": { - "line": 88, - "column": 6 - }, - "end": { - "line": 93, - "column": 8 - } - }, - "18": { - "start": { - "line": 96, - "column": 4 - }, - "end": { - "line": 101, - "column": 6 - } - }, - "19": { - "start": { - "line": 104, - "column": 2 - }, - "end": { - "line": 106, - "column": 3 - } - }, - "20": { - "start": { - "line": 105, - "column": 4 - }, - "end": { - "line": 105, - "column": 85 - } - }, - "21": { - "start": { - "line": 108, - "column": 2 - }, - "end": { - "line": 118, - "column": 4 - } - } - }, - "fnMap": { - "0": { - "name": "NextLinkComposed", - "decl": { - "start": { - "line": 27, - "column": 11 - }, - "end": { - "line": 27, - "column": 27 - } - }, - "loc": { - "start": { - "line": 27, - "column": 40 - }, - "end": { - "line": 44, - "column": 3 - } - }, - "line": 27 - }, - "1": { - "name": "Link", - "decl": { - "start": { - "line": 57, - "column": 69 - }, - "end": { - "line": 57, - "column": 73 - } - }, - "loc": { - "start": { - "line": 57, - "column": 86 - }, - "end": { - "line": 119, - "column": 1 - } - }, - "line": 57 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 78, - "column": 73 - }, - "end": { - "line": 78, - "column": 74 - } - }, - "loc": { - "start": { - "line": 78, - "column": 84 - }, - "end": { - "line": 85, - "column": 5 - } - }, - "line": 78 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 59, - "column": 4 - }, - "end": { - "line": 59, - "column": 30 - } - }, - "type": "default-arg", - "locations": [ - { - "start": { - "line": 59, - "column": 22 - }, - "end": { - "line": 59, - "column": 30 - } - } - ], - "line": 59 - }, - "1": { - "loc": { - "start": { - "line": 69, - "column": 19 - }, - "end": { - "line": 69, - "column": 66 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 69, - "column": 46 - }, - "end": { - "line": 69, - "column": 50 - } - }, - { - "start": { - "line": 69, - "column": 53 - }, - "end": { - "line": 69, - "column": 66 - } - } - ], - "line": 69 - }, - "2": { - "loc": { - "start": { - "line": 71, - "column": 23 - }, - "end": { - "line": 71, - "column": 70 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 71, - "column": 23 - }, - "end": { - "line": 71, - "column": 51 - } - }, - { - "start": { - "line": 71, - "column": 55 - }, - "end": { - "line": 71, - "column": 70 - } - } - ], - "line": 71 - }, - "3": { - "loc": { - "start": { - "line": 75, - "column": 4 - }, - "end": { - "line": 75, - "column": 93 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 75, - "column": 4 - }, - "end": { - "line": 75, - "column": 28 - } - }, - { - "start": { - "line": 75, - "column": 33 - }, - "end": { - "line": 75, - "column": 59 - } - }, - { - "start": { - "line": 75, - "column": 63 - }, - "end": { - "line": 75, - "column": 92 - } - } - ], - "line": 75 - }, - "4": { - "loc": { - "start": { - "line": 77, - "column": 2 - }, - "end": { - "line": 102, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 77, - "column": 2 - }, - "end": { - "line": 102, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 77 - }, - "5": { - "loc": { - "start": { - "line": 79, - "column": 6 - }, - "end": { - "line": 80, - "column": 21 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 79, - "column": 6 - }, - "end": { - "line": 80, - "column": 21 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 79 - }, - "6": { - "loc": { - "start": { - "line": 79, - "column": 10 - }, - "end": { - "line": 79, - "column": 88 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 79, - "column": 10 - }, - "end": { - "line": 79, - "column": 35 - } - }, - { - "start": { - "line": 79, - "column": 39 - }, - "end": { - "line": 79, - "column": 64 - } - }, - { - "start": { - "line": 79, - "column": 68 - }, - "end": { - "line": 79, - "column": 88 - } - } - ], - "line": 79 - }, - "7": { - "loc": { - "start": { - "line": 84, - "column": 13 - }, - "end": { - "line": 84, - "column": 51 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 84, - "column": 13 - }, - "end": { - "line": 84, - "column": 30 - } - }, - { - "start": { - "line": 84, - "column": 34 - }, - "end": { - "line": 84, - "column": 51 - } - } - ], - "line": 84 - }, - "8": { - "loc": { - "start": { - "line": 87, - "column": 4 - }, - "end": { - "line": 94, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 87, - "column": 4 - }, - "end": { - "line": 94, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 87 - }, - "9": { - "loc": { - "start": { - "line": 90, - "column": 11 - }, - "end": { - "line": 90, - "column": 89 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 90, - "column": 11 - }, - "end": { - "line": 90, - "column": 28 - } - }, - { - "start": { - "line": 90, - "column": 32 - }, - "end": { - "line": 90, - "column": 89 - } - } - ], - "line": 90 - }, - "10": { - "loc": { - "start": { - "line": 98, - "column": 9 - }, - "end": { - "line": 98, - "column": 87 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 98, - "column": 9 - }, - "end": { - "line": 98, - "column": 26 - } - }, - { - "start": { - "line": 98, - "column": 30 - }, - "end": { - "line": 98, - "column": 87 - } - } - ], - "line": 98 - }, - "11": { - "loc": { - "start": { - "line": 104, - "column": 2 - }, - "end": { - "line": 106, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 104, - "column": 2 - }, - "end": { - "line": 106, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 104 - } - }, - "s": { - "0": 2, - "1": 2, - "2": 152, - "3": 152, - "4": 2, - "5": 190, - "6": 190, - "7": 190, - "8": 190, - "9": 190, - "10": 190, - "11": 118, - "12": 126, - "13": 50, - "14": 76, - "15": 76, - "16": 118, - "17": 0, - "18": 118, - "19": 72, - "20": 0, - "21": 72 - }, - "f": { - "0": 152, - "1": 190, - "2": 126 - }, - "b": { - "0": [190], - "1": [190, 0], - "2": [190, 6], - "3": [190, 190, 72], - "4": [118, 72], - "5": [50, 76], - "6": [126, 76, 76], - "7": [76, 56], - "8": [0, 118], - "9": [0, 0], - "10": [118, 62], - "11": [0, 72] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "b1520d2ca4541ec5114fcb768698214fe53f7408" - }, - "/Users/alberto/Repositories/bloom-frontend/components/layout/Consent.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/layout/Consent.tsx", - "statementMap": { - "0": { - "start": { - "line": 13, - "column": 16 - }, - "end": { - "line": 131, - "column": 1 - } - }, - "1": { - "start": { - "line": 14, - "column": 16 - }, - "end": { - "line": 14, - "column": 26 - } - }, - "2": { - "start": { - "line": 15, - "column": 24 - }, - "end": { - "line": 15, - "column": 73 - } - }, - "3": { - "start": { - "line": 15, - "column": 52 - }, - "end": { - "line": 15, - "column": 72 - } - }, - "4": { - "start": { - "line": 16, - "column": 26 - }, - "end": { - "line": 16, - "column": 76 - } - }, - "5": { - "start": { - "line": 16, - "column": 54 - }, - "end": { - "line": 16, - "column": 75 - } - }, - "6": { - "start": { - "line": 17, - "column": 23 - }, - "end": { - "line": 17, - "column": 70 - } - }, - "7": { - "start": { - "line": 17, - "column": 51 - }, - "end": { - "line": 17, - "column": 69 - } - }, - "8": { - "start": { - "line": 18, - "column": 24 - }, - "end": { - "line": 18, - "column": 86 - } - }, - "9": { - "start": { - "line": 19, - "column": 13 - }, - "end": { - "line": 19, - "column": 38 - } - }, - "10": { - "start": { - "line": 20, - "column": 25 - }, - "end": { - "line": 20, - "column": 68 - } - }, - "11": { - "start": { - "line": 22, - "column": 47 - }, - "end": { - "line": 39, - "column": 3 - } - }, - "12": { - "start": { - "line": 40, - "column": 28 - }, - "end": { - "line": 43, - "column": 3 - } - }, - "13": { - "start": { - "line": 44, - "column": 29 - }, - "end": { - "line": 50, - "column": 3 - } - }, - "14": { - "start": { - "line": 52, - "column": 24 - }, - "end": { - "line": 60, - "column": 3 - } - }, - "15": { - "start": { - "line": 53, - "column": 4 - }, - "end": { - "line": 53, - "column": 19 - } - }, - "16": { - "start": { - "line": 55, - "column": 4 - }, - "end": { - "line": 58, - "column": 7 - } - }, - "17": { - "start": { - "line": 59, - "column": 4 - }, - "end": { - "line": 59, - "column": 46 - } - }, - "18": { - "start": { - "line": 61, - "column": 23 - }, - "end": { - "line": 69, - "column": 3 - } - }, - "19": { - "start": { - "line": 62, - "column": 4 - }, - "end": { - "line": 62, - "column": 19 - } - }, - "20": { - "start": { - "line": 64, - "column": 4 - }, - "end": { - "line": 67, - "column": 7 - } - }, - "21": { - "start": { - "line": 68, - "column": 4 - }, - "end": { - "line": 68, - "column": 46 - } - }, - "22": { - "start": { - "line": 71, - "column": 2 - }, - "end": { - "line": 130, - "column": 4 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 13, - "column": 16 - }, - "end": { - "line": 13, - "column": 17 - } - }, - "loc": { - "start": { - "line": 13, - "column": 31 - }, - "end": { - "line": 131, - "column": 1 - } - }, - "line": 13 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 15, - "column": 41 - }, - "end": { - "line": 15, - "column": 42 - } - }, - "loc": { - "start": { - "line": 15, - "column": 52 - }, - "end": { - "line": 15, - "column": 72 - } - }, - "line": 15 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 16, - "column": 43 - }, - "end": { - "line": 16, - "column": 44 - } - }, - "loc": { - "start": { - "line": 16, - "column": 54 - }, - "end": { - "line": 16, - "column": 75 - } - }, - "line": 16 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 17, - "column": 40 - }, - "end": { - "line": 17, - "column": 41 - } - }, - "loc": { - "start": { - "line": 17, - "column": 51 - }, - "end": { - "line": 17, - "column": 69 - } - }, - "line": 17 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 52, - "column": 24 - }, - "end": { - "line": 52, - "column": 25 - } - }, - "loc": { - "start": { - "line": 52, - "column": 30 - }, - "end": { - "line": 60, - "column": 3 - } - }, - "line": 52 - }, - "5": { - "name": "(anonymous_5)", - "decl": { - "start": { - "line": 61, - "column": 23 - }, - "end": { - "line": 61, - "column": 24 - } - }, - "loc": { - "start": { - "line": 61, - "column": 29 - }, - "end": { - "line": 69, - "column": 3 - } - }, - "line": 61 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 27, - "column": 10 - }, - "end": { - "line": 27, - "column": 62 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 27, - "column": 27 - }, - "end": { - "line": 27, - "column": 43 - } - }, - { - "start": { - "line": 27, - "column": 46 - }, - "end": { - "line": 27, - "column": 62 - } - } - ], - "line": 27 - }, - "1": { - "loc": { - "start": { - "line": 28, - "column": 12 - }, - "end": { - "line": 28, - "column": 64 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 28, - "column": 29 - }, - "end": { - "line": 28, - "column": 45 - } - }, - { - "start": { - "line": 28, - "column": 48 - }, - "end": { - "line": 28, - "column": 64 - } - } - ], - "line": 28 - }, - "2": { - "loc": { - "start": { - "line": 35, - "column": 17 - }, - "end": { - "line": 35, - "column": 69 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 35, - "column": 34 - }, - "end": { - "line": 35, - "column": 50 - } - }, - { - "start": { - "line": 35, - "column": 53 - }, - "end": { - "line": 35, - "column": 69 - } - } - ], - "line": 35 - }, - "3": { - "loc": { - "start": { - "line": 36, - "column": 13 - }, - "end": { - "line": 38, - "column": 49 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 37, - "column": 8 - }, - "end": { - "line": 37, - "column": 49 - } - }, - { - "start": { - "line": 38, - "column": 8 - }, - "end": { - "line": 38, - "column": 49 - } - } - ], - "line": 36 - } - }, - "s": { - "0": 2, - "1": 12, - "2": 12, - "3": 30, - "4": 12, - "5": 30, - "6": 12, - "7": 30, - "8": 12, - "9": 12, - "10": 12, - "11": 12, - "12": 12, - "13": 12, - "14": 12, - "15": 0, - "16": 0, - "17": 0, - "18": 12, - "19": 0, - "20": 0, - "21": 0, - "22": 12 - }, - "f": { - "0": 12, - "1": 30, - "2": 30, - "3": 30, - "4": 0, - "5": 0 - }, - "b": { - "0": [0, 12], - "1": [0, 12], - "2": [0, 12], - "3": [0, 12] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "b1d7d522771687b8b407fe86a97d3b24c0cb2101" - }, - "/Users/alberto/Repositories/bloom-frontend/components/layout/ErrorBoundary.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/layout/ErrorBoundary.tsx", - "statementMap": { - "0": { - "start": { - "line": 13, - "column": 24 - }, - "end": { - "line": 15, - "column": 3 - } - }, - "1": { - "start": { - "line": 18, - "column": 4 - }, - "end": { - "line": 18, - "column": 30 - } - }, - "2": { - "start": { - "line": 22, - "column": 4 - }, - "end": { - "line": 22, - "column": 42 - } - }, - "3": { - "start": { - "line": 26, - "column": 4 - }, - "end": { - "line": 45, - "column": 6 - } - }, - "4": { - "start": { - "line": 32, - "column": 27 - }, - "end": { - "line": 32, - "column": 61 - } - }, - "5": { - "start": { - "line": 35, - "column": 29 - }, - "end": { - "line": 35, - "column": 63 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 17, - "column": 2 - }, - "end": { - "line": 17, - "column": 3 - } - }, - "loc": { - "start": { - "line": 17, - "column": 48 - }, - "end": { - "line": 19, - "column": 3 - } - }, - "line": 17 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 21, - "column": 2 - }, - "end": { - "line": 21, - "column": 3 - } - }, - "loc": { - "start": { - "line": 21, - "column": 56 - }, - "end": { - "line": 23, - "column": 3 - } - }, - "line": 21 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 25, - "column": 2 - }, - "end": { - "line": 25, - "column": 3 - } - }, - "loc": { - "start": { - "line": 25, - "column": 11 - }, - "end": { - "line": 46, - "column": 3 - } - }, - "line": 25 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 32, - "column": 21 - }, - "end": { - "line": 32, - "column": 22 - } - }, - "loc": { - "start": { - "line": 32, - "column": 27 - }, - "end": { - "line": 32, - "column": 61 - } - }, - "line": 32 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 35, - "column": 23 - }, - "end": { - "line": 35, - "column": 24 - } - }, - "loc": { - "start": { - "line": 35, - "column": 29 - }, - "end": { - "line": 35, - "column": 63 - } - }, - "line": 35 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 28, - "column": 9 - }, - "end": { - "line": 42, - "column": 9 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 28, - "column": 9 - }, - "end": { - "line": 28, - "column": 28 - } - }, - { - "start": { - "line": 29, - "column": 10 - }, - "end": { - "line": 41, - "column": 21 - } - } - ], - "line": 28 - } - }, - "s": { - "0": 4, - "1": 0, - "2": 0, - "3": 10, - "4": 0, - "5": 0 - }, - "f": { - "0": 0, - "1": 0, - "2": 10, - "3": 0, - "4": 0 - }, - "b": { - "0": [10, 0] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "41eb5eac98a3e07b5e2414411310ad4ac243bf72" - }, - "/Users/alberto/Repositories/bloom-frontend/components/layout/Footer.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/layout/Footer.tsx", - "statementMap": { - "0": { - "start": { - "line": 25, - "column": 2 - }, - "end": { - "line": 40, - "column": 3 - } - }, - "1": { - "start": { - "line": 26, - "column": 4 - }, - "end": { - "line": 29, - "column": 6 - } - }, - "2": { - "start": { - "line": 30, - "column": 9 - }, - "end": { - "line": 40, - "column": 3 - } - }, - "3": { - "start": { - "line": 32, - "column": 4 - }, - "end": { - "line": 36, - "column": 6 - } - }, - "4": { - "start": { - "line": 39, - "column": 4 - }, - "end": { - "line": 39, - "column": 67 - } - }, - "5": { - "start": { - "line": 43, - "column": 29 - }, - "end": { - "line": 46, - "column": 10 - } - }, - "6": { - "start": { - "line": 48, - "column": 30 - }, - "end": { - "line": 51, - "column": 10 - } - }, - "7": { - "start": { - "line": 53, - "column": 27 - }, - "end": { - "line": 58, - "column": 10 - } - }, - "8": { - "start": { - "line": 60, - "column": 31 - }, - "end": { - "line": 67, - "column": 10 - } - }, - "9": { - "start": { - "line": 69, - "column": 30 - }, - "end": { - "line": 74, - "column": 10 - } - }, - "10": { - "start": { - "line": 76, - "column": 30 - }, - "end": { - "line": 81, - "column": 10 - } - }, - "11": { - "start": { - "line": 83, - "column": 35 - }, - "end": { - "line": 88, - "column": 10 - } - }, - "12": { - "start": { - "line": 90, - "column": 15 - }, - "end": { - "line": 338, - "column": 1 - } - }, - "13": { - "start": { - "line": 91, - "column": 13 - }, - "end": { - "line": 91, - "column": 38 - } - }, - "14": { - "start": { - "line": 92, - "column": 44 - }, - "end": { - "line": 92, - "column": 63 - } - }, - "15": { - "start": { - "line": 93, - "column": 34 - }, - "end": { - "line": 93, - "column": 64 - } - }, - "16": { - "start": { - "line": 94, - "column": 17 - }, - "end": { - "line": 94, - "column": 28 - } - }, - "17": { - "start": { - "line": 96, - "column": 24 - }, - "end": { - "line": 96, - "column": 73 - } - }, - "18": { - "start": { - "line": 96, - "column": 52 - }, - "end": { - "line": 96, - "column": 72 - } - }, - "19": { - "start": { - "line": 97, - "column": 26 - }, - "end": { - "line": 97, - "column": 76 - } - }, - "20": { - "start": { - "line": 97, - "column": 54 - }, - "end": { - "line": 97, - "column": 75 - } - }, - "21": { - "start": { - "line": 98, - "column": 23 - }, - "end": { - "line": 98, - "column": 70 - } - }, - "22": { - "start": { - "line": 98, - "column": 51 - }, - "end": { - "line": 98, - "column": 69 - } - }, - "23": { - "start": { - "line": 100, - "column": 27 - }, - "end": { - "line": 105, - "column": 3 - } - }, - "24": { - "start": { - "line": 101, - "column": 4 - }, - "end": { - "line": 104, - "column": 5 - } - }, - "25": { - "start": { - "line": 101, - "column": 34 - }, - "end": { - "line": 101, - "column": 84 - } - }, - "26": { - "start": { - "line": 102, - "column": 35 - }, - "end": { - "line": 102, - "column": 65 - } - }, - "27": { - "start": { - "line": 103, - "column": 6 - }, - "end": { - "line": 103, - "column": 72 - } - }, - "28": { - "start": { - "line": 103, - "column": 32 - }, - "end": { - "line": 103, - "column": 72 - } - }, - "29": { - "start": { - "line": 107, - "column": 2 - }, - "end": { - "line": 137, - "column": 61 - } - }, - "30": { - "start": { - "line": 108, - "column": 4 - }, - "end": { - "line": 108, - "column": 85 - } - }, - "31": { - "start": { - "line": 109, - "column": 41 - }, - "end": { - "line": 109, - "column": 88 - } - }, - "32": { - "start": { - "line": 111, - "column": 4 - }, - "end": { - "line": 113, - "column": 5 - } - }, - "33": { - "start": { - "line": 112, - "column": 6 - }, - "end": { - "line": 112, - "column": 64 - } - }, - "34": { - "start": { - "line": 115, - "column": 4 - }, - "end": { - "line": 117, - "column": 7 - } - }, - "35": { - "start": { - "line": 116, - "column": 6 - }, - "end": { - "line": 116, - "column": 65 - } - }, - "36": { - "start": { - "line": 119, - "column": 24 - }, - "end": { - "line": 119, - "column": 36 - } - }, - "37": { - "start": { - "line": 121, - "column": 4 - }, - "end": { - "line": 123, - "column": 5 - } - }, - "38": { - "start": { - "line": 122, - "column": 6 - }, - "end": { - "line": 122, - "column": 51 - } - }, - "39": { - "start": { - "line": 125, - "column": 4 - }, - "end": { - "line": 128, - "column": 5 - } - }, - "40": { - "start": { - "line": 126, - "column": 26 - }, - "end": { - "line": 126, - "column": 67 - } - }, - "41": { - "start": { - "line": 127, - "column": 6 - }, - "end": { - "line": 127, - "column": 50 - } - }, - "42": { - "start": { - "line": 130, - "column": 28 - }, - "end": { - "line": 130, - "column": 74 - } - }, - "43": { - "start": { - "line": 132, - "column": 4 - }, - "end": { - "line": 134, - "column": 5 - } - }, - "44": { - "start": { - "line": 133, - "column": 6 - }, - "end": { - "line": 133, - "column": 54 - } - }, - "45": { - "start": { - "line": 136, - "column": 4 - }, - "end": { - "line": 136, - "column": 30 - } - }, - "46": { - "start": { - "line": 139, - "column": 2 - }, - "end": { - "line": 337, - "column": 4 - } - }, - "47": { - "start": { - "line": 159, - "column": 18 - }, - "end": { - "line": 161, - "column": 25 - } - }, - "48": { - "start": { - "line": 177, - "column": 16 - }, - "end": { - "line": 177, - "column": 93 - } - }, - "49": { - "start": { - "line": 179, - "column": 14 - }, - "end": { - "line": 300, - "column": 16 - } - }, - "50": { - "start": { - "line": 200, - "column": 40 - }, - "end": { - "line": 200, - "column": 55 - } - }, - "51": { - "start": { - "line": 213, - "column": 26 - }, - "end": { - "line": 216, - "column": 28 - } - }, - "52": { - "start": { - "line": 228, - "column": 26 - }, - "end": { - "line": 231, - "column": 28 - } - }, - "53": { - "start": { - "line": 243, - "column": 26 - }, - "end": { - "line": 243, - "column": 100 - } - }, - "54": { - "start": { - "line": 255, - "column": 26 - }, - "end": { - "line": 255, - "column": 100 - } - }, - "55": { - "start": { - "line": 267, - "column": 26 - }, - "end": { - "line": 270, - "column": 28 - } - }, - "56": { - "start": { - "line": 289, - "column": 26 - }, - "end": { - "line": 292, - "column": 28 - } - } - }, - "fnMap": { - "0": { - "name": "getDescriptionContainerStyle", - "decl": { - "start": { - "line": 24, - "column": 9 - }, - "end": { - "line": 24, - "column": 37 - } - }, - "loc": { - "start": { - "line": 24, - "column": 61 - }, - "end": { - "line": 41, - "column": 1 - } - }, - "line": 24 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 90, - "column": 15 - }, - "end": { - "line": 90, - "column": 16 - } - }, - "loc": { - "start": { - "line": 90, - "column": 21 - }, - "end": { - "line": 338, - "column": 1 - } - }, - "line": 90 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 96, - "column": 41 - }, - "end": { - "line": 96, - "column": 42 - } - }, - "loc": { - "start": { - "line": 96, - "column": 52 - }, - "end": { - "line": 96, - "column": 72 - } - }, - "line": 96 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 97, - "column": 43 - }, - "end": { - "line": 97, - "column": 44 - } - }, - "loc": { - "start": { - "line": 97, - "column": 54 - }, - "end": { - "line": 97, - "column": 75 - } - }, - "line": 97 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 98, - "column": 40 - }, - "end": { - "line": 98, - "column": 41 - } - }, - "loc": { - "start": { - "line": 98, - "column": 51 - }, - "end": { - "line": 98, - "column": 69 - } - }, - "line": 98 - }, - "5": { - "name": "(anonymous_5)", - "decl": { - "start": { - "line": 100, - "column": 27 - }, - "end": { - "line": 100, - "column": 28 - } - }, - "loc": { - "start": { - "line": 100, - "column": 84 - }, - "end": { - "line": 105, - "column": 3 - } - }, - "line": 100 - }, - "6": { - "name": "(anonymous_6)", - "decl": { - "start": { - "line": 101, - "column": 27 - }, - "end": { - "line": 101, - "column": 28 - } - }, - "loc": { - "start": { - "line": 101, - "column": 34 - }, - "end": { - "line": 101, - "column": 84 - } - }, - "line": 101 - }, - "7": { - "name": "(anonymous_7)", - "decl": { - "start": { - "line": 107, - "column": 12 - }, - "end": { - "line": 107, - "column": 13 - } - }, - "loc": { - "start": { - "line": 107, - "column": 18 - }, - "end": { - "line": 137, - "column": 3 - } - }, - "line": 107 - }, - "8": { - "name": "(anonymous_8)", - "decl": { - "start": { - "line": 115, - "column": 28 - }, - "end": { - "line": 115, - "column": 29 - } - }, - "loc": { - "start": { - "line": 115, - "column": 47 - }, - "end": { - "line": 117, - "column": 5 - } - }, - "line": 115 - }, - "9": { - "name": "(anonymous_9)", - "decl": { - "start": { - "line": 158, - "column": 22 - }, - "end": { - "line": 158, - "column": 23 - } - }, - "loc": { - "start": { - "line": 159, - "column": 18 - }, - "end": { - "line": 161, - "column": 25 - } - }, - "line": 159 - }, - "10": { - "name": "(anonymous_10)", - "decl": { - "start": { - "line": 175, - "column": 26 - }, - "end": { - "line": 175, - "column": 27 - } - }, - "loc": { - "start": { - "line": 175, - "column": 39 - }, - "end": { - "line": 301, - "column": 13 - } - }, - "line": 175 - }, - "11": { - "name": "(anonymous_11)", - "decl": { - "start": { - "line": 200, - "column": 28 - }, - "end": { - "line": 200, - "column": 29 - } - }, - "loc": { - "start": { - "line": 200, - "column": 40 - }, - "end": { - "line": 200, - "column": 55 - } - }, - "line": 200 - }, - "12": { - "name": "(anonymous_12)", - "decl": { - "start": { - "line": 212, - "column": 33 - }, - "end": { - "line": 212, - "column": 34 - } - }, - "loc": { - "start": { - "line": 213, - "column": 26 - }, - "end": { - "line": 216, - "column": 28 - } - }, - "line": 213 - }, - "13": { - "name": "(anonymous_13)", - "decl": { - "start": { - "line": 227, - "column": 33 - }, - "end": { - "line": 227, - "column": 34 - } - }, - "loc": { - "start": { - "line": 228, - "column": 26 - }, - "end": { - "line": 231, - "column": 28 - } - }, - "line": 228 - }, - "14": { - "name": "(anonymous_14)", - "decl": { - "start": { - "line": 242, - "column": 33 - }, - "end": { - "line": 242, - "column": 34 - } - }, - "loc": { - "start": { - "line": 243, - "column": 26 - }, - "end": { - "line": 243, - "column": 100 - } - }, - "line": 243 - }, - "15": { - "name": "(anonymous_15)", - "decl": { - "start": { - "line": 254, - "column": 33 - }, - "end": { - "line": 254, - "column": 34 - } - }, - "loc": { - "start": { - "line": 255, - "column": 26 - }, - "end": { - "line": 255, - "column": 100 - } - }, - "line": 255 - }, - "16": { - "name": "(anonymous_16)", - "decl": { - "start": { - "line": 266, - "column": 33 - }, - "end": { - "line": 266, - "column": 34 - } - }, - "loc": { - "start": { - "line": 267, - "column": 26 - }, - "end": { - "line": 270, - "column": 28 - } - }, - "line": 267 - }, - "17": { - "name": "(anonymous_17)", - "decl": { - "start": { - "line": 288, - "column": 33 - }, - "end": { - "line": 288, - "column": 34 - } - }, - "loc": { - "start": { - "line": 289, - "column": 26 - }, - "end": { - "line": 292, - "column": 28 - } - }, - "line": 289 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 25, - "column": 2 - }, - "end": { - "line": 40, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 25, - "column": 2 - }, - "end": { - "line": 40, - "column": 3 - } - }, - { - "start": { - "line": 30, - "column": 9 - }, - "end": { - "line": 40, - "column": 3 - } - } - ], - "line": 25 - }, - "1": { - "loc": { - "start": { - "line": 30, - "column": 9 - }, - "end": { - "line": 40, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 30, - "column": 9 - }, - "end": { - "line": 40, - "column": 3 - } - }, - { - "start": { - "line": 37, - "column": 9 - }, - "end": { - "line": 40, - "column": 3 - } - } - ], - "line": 30 - }, - "2": { - "loc": { - "start": { - "line": 30, - "column": 13 - }, - "end": { - "line": 30, - "column": 55 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 30, - "column": 13 - }, - "end": { - "line": 30, - "column": 32 - } - }, - { - "start": { - "line": 30, - "column": 36 - }, - "end": { - "line": 30, - "column": 55 - } - } - ], - "line": 30 - }, - "3": { - "loc": { - "start": { - "line": 33, - "column": 30 - }, - "end": { - "line": 33, - "column": 63 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 33, - "column": 52 - }, - "end": { - "line": 33, - "column": 56 - } - }, - { - "start": { - "line": 33, - "column": 59 - }, - "end": { - "line": 33, - "column": 63 - } - } - ], - "line": 33 - }, - "4": { - "loc": { - "start": { - "line": 34, - "column": 19 - }, - "end": { - "line": 34, - "column": 52 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 34, - "column": 41 - }, - "end": { - "line": 34, - "column": 45 - } - }, - { - "start": { - "line": 34, - "column": 48 - }, - "end": { - "line": 34, - "column": 52 - } - } - ], - "line": 34 - }, - "5": { - "loc": { - "start": { - "line": 35, - "column": 33 - }, - "end": { - "line": 35, - "column": 66 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 35, - "column": 55 - }, - "end": { - "line": 35, - "column": 59 - } - }, - { - "start": { - "line": 35, - "column": 62 - }, - "end": { - "line": 35, - "column": 66 - } - } - ], - "line": 35 - }, - "6": { - "loc": { - "start": { - "line": 101, - "column": 4 - }, - "end": { - "line": 104, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 101, - "column": 4 - }, - "end": { - "line": 104, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 101 - }, - "7": { - "loc": { - "start": { - "line": 103, - "column": 6 - }, - "end": { - "line": 103, - "column": 72 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 103, - "column": 6 - }, - "end": { - "line": 103, - "column": 72 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 103 - }, - "8": { - "loc": { - "start": { - "line": 111, - "column": 4 - }, - "end": { - "line": 113, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 111, - "column": 4 - }, - "end": { - "line": 113, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 111 - }, - "9": { - "loc": { - "start": { - "line": 111, - "column": 8 - }, - "end": { - "line": 111, - "column": 44 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 111, - "column": 8 - }, - "end": { - "line": 111, - "column": 20 - } - }, - { - "start": { - "line": 111, - "column": 24 - }, - "end": { - "line": 111, - "column": 44 - } - } - ], - "line": 111 - }, - "10": { - "loc": { - "start": { - "line": 121, - "column": 4 - }, - "end": { - "line": 123, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 121, - "column": 4 - }, - "end": { - "line": 123, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 121 - }, - "11": { - "loc": { - "start": { - "line": 125, - "column": 4 - }, - "end": { - "line": 128, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 125, - "column": 4 - }, - "end": { - "line": 128, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 125 - }, - "12": { - "loc": { - "start": { - "line": 125, - "column": 8 - }, - "end": { - "line": 125, - "column": 88 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 125, - "column": 8 - }, - "end": { - "line": 125, - "column": 44 - } - }, - { - "start": { - "line": 125, - "column": 48 - }, - "end": { - "line": 125, - "column": 88 - } - } - ], - "line": 125 - }, - "13": { - "loc": { - "start": { - "line": 132, - "column": 4 - }, - "end": { - "line": 134, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 132, - "column": 4 - }, - "end": { - "line": 134, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 132 - }, - "14": { - "loc": { - "start": { - "line": 177, - "column": 16 - }, - "end": { - "line": 177, - "column": 93 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 177, - "column": 44 - }, - "end": { - "line": 177, - "column": 63 - } - }, - { - "start": { - "line": 177, - "column": 66 - }, - "end": { - "line": 177, - "column": 93 - } - } - ], - "line": 177 - }, - "15": { - "loc": { - "start": { - "line": 207, - "column": 21 - }, - "end": { - "line": 221, - "column": 21 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 207, - "column": 21 - }, - "end": { - "line": 207, - "column": 37 - } - }, - { - "start": { - "line": 208, - "column": 22 - }, - "end": { - "line": 220, - "column": 35 - } - } - ], - "line": 207 - }, - "16": { - "loc": { - "start": { - "line": 222, - "column": 21 - }, - "end": { - "line": 236, - "column": 21 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 222, - "column": 21 - }, - "end": { - "line": 222, - "column": 38 - } - }, - { - "start": { - "line": 223, - "column": 22 - }, - "end": { - "line": 235, - "column": 35 - } - } - ], - "line": 222 - }, - "17": { - "loc": { - "start": { - "line": 237, - "column": 21 - }, - "end": { - "line": 248, - "column": 21 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 237, - "column": 21 - }, - "end": { - "line": 237, - "column": 36 - } - }, - { - "start": { - "line": 238, - "column": 22 - }, - "end": { - "line": 247, - "column": 35 - } - } - ], - "line": 237 - }, - "18": { - "loc": { - "start": { - "line": 249, - "column": 21 - }, - "end": { - "line": 260, - "column": 21 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 249, - "column": 21 - }, - "end": { - "line": 249, - "column": 36 - } - }, - { - "start": { - "line": 250, - "column": 22 - }, - "end": { - "line": 259, - "column": 35 - } - } - ], - "line": 249 - }, - "19": { - "loc": { - "start": { - "line": 261, - "column": 21 - }, - "end": { - "line": 282, - "column": 21 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 261, - "column": 21 - }, - "end": { - "line": 261, - "column": 35 - } - }, - { - "start": { - "line": 262, - "column": 22 - }, - "end": { - "line": 281, - "column": 35 - } - } - ], - "line": 261 - }, - "20": { - "loc": { - "start": { - "line": 283, - "column": 21 - }, - "end": { - "line": 297, - "column": 21 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 283, - "column": 21 - }, - "end": { - "line": 283, - "column": 35 - } - }, - { - "start": { - "line": 284, - "column": 22 - }, - "end": { - "line": 296, - "column": 35 - } - } - ], - "line": 283 - } - }, - "s": { - "0": 22, - "1": 18, - "2": 4, - "3": 0, - "4": 4, - "5": 2, - "6": 2, - "7": 2, - "8": 2, - "9": 2, - "10": 2, - "11": 2, - "12": 2, - "13": 22, - "14": 22, - "15": 22, - "16": 22, - "17": 22, - "18": 40, - "19": 22, - "20": 40, - "21": 22, - "22": 40, - "23": 22, - "24": 0, - "25": 0, - "26": 0, - "27": 0, - "28": 0, - "29": 22, - "30": 7, - "31": 7, - "32": 7, - "33": 0, - "34": 7, - "35": 0, - "36": 7, - "37": 7, - "38": 0, - "39": 7, - "40": 0, - "41": 0, - "42": 7, - "43": 7, - "44": 0, - "45": 7, - "46": 22, - "47": 22, - "48": 18, - "49": 18, - "50": 18, - "51": 0, - "52": 0, - "53": 0, - "54": 0, - "55": 0, - "56": 0 - }, - "f": { - "0": 22, - "1": 22, - "2": 40, - "3": 40, - "4": 40, - "5": 0, - "6": 0, - "7": 7, - "8": 0, - "9": 22, - "10": 18, - "11": 18, - "12": 0, - "13": 0, - "14": 0, - "15": 0, - "16": 0, - "17": 0 - }, - "b": { - "0": [18, 4], - "1": [0, 4], - "2": [4, 4], - "3": [0, 0], - "4": [0, 0], - "5": [0, 0], - "6": [0, 0], - "7": [0, 0], - "8": [0, 7], - "9": [7, 7], - "10": [0, 7], - "11": [0, 7], - "12": [7, 7], - "13": [0, 7], - "14": [0, 18], - "15": [18, 18], - "16": [18, 18], - "17": [18, 18], - "18": [18, 18], - "19": [18, 0], - "20": [18, 18] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "d990717d5dc005df16f9c7853450dc608a499579" - }, - "/Users/alberto/Repositories/bloom-frontend/components/layout/LeaveSiteButton.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/layout/LeaveSiteButton.tsx", - "statementMap": { - "0": { - "start": { - "line": 6, - "column": 28 - }, - "end": { - "line": 12, - "column": 10 - } - }, - "1": { - "start": { - "line": 14, - "column": 24 - }, - "end": { - "line": 30, - "column": 1 - } - }, - "2": { - "start": { - "line": 15, - "column": 13 - }, - "end": { - "line": 15, - "column": 48 - } - }, - "3": { - "start": { - "line": 17, - "column": 19 - }, - "end": { - "line": 21, - "column": 3 - } - }, - "4": { - "start": { - "line": 18, - "column": 4 - }, - "end": { - "line": 18, - "column": 40 - } - }, - "5": { - "start": { - "line": 19, - "column": 4 - }, - "end": { - "line": 19, - "column": 43 - } - }, - "6": { - "start": { - "line": 20, - "column": 4 - }, - "end": { - "line": 20, - "column": 39 - } - }, - "7": { - "start": { - "line": 23, - "column": 2 - }, - "end": { - "line": 29, - "column": 4 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 14, - "column": 24 - }, - "end": { - "line": 14, - "column": 25 - } - }, - "loc": { - "start": { - "line": 14, - "column": 30 - }, - "end": { - "line": 30, - "column": 1 - } - }, - "line": 14 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 17, - "column": 19 - }, - "end": { - "line": 17, - "column": 20 - } - }, - "loc": { - "start": { - "line": 17, - "column": 25 - }, - "end": { - "line": 21, - "column": 3 - } - }, - "line": 17 - } - }, - "branchMap": {}, - "s": { - "0": 2, - "1": 2, - "2": 10, - "3": 10, - "4": 0, - "5": 0, - "6": 0, - "7": 10 - }, - "f": { - "0": 10, - "1": 0 - }, - "b": {}, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "45e08456552eb059fc2c975bdd3b3cad5cddaf75" - }, - "/Users/alberto/Repositories/bloom-frontend/components/layout/LanguageMenu.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/layout/LanguageMenu.tsx", - "statementMap": { - "0": { - "start": { - "line": 11, - "column": 22 - }, - "end": { - "line": 16, - "column": 10 - } - }, - "1": { - "start": { - "line": 18, - "column": 47 - }, - "end": { - "line": 25, - "column": 1 - } - }, - "2": { - "start": { - "line": 27, - "column": 20 - }, - "end": { - "line": 41, - "column": 10 - } - }, - "3": { - "start": { - "line": 44, - "column": 17 - }, - "end": { - "line": 44, - "column": 28 - } - }, - "4": { - "start": { - "line": 45, - "column": 17 - }, - "end": { - "line": 45, - "column": 30 - } - }, - "5": { - "start": { - "line": 46, - "column": 18 - }, - "end": { - "line": 46, - "column": 32 - } - }, - "6": { - "start": { - "line": 47, - "column": 12 - }, - "end": { - "line": 47, - "column": 41 - } - }, - "7": { - "start": { - "line": 48, - "column": 24 - }, - "end": { - "line": 48, - "column": 73 - } - }, - "8": { - "start": { - "line": 48, - "column": 52 - }, - "end": { - "line": 48, - "column": 72 - } - }, - "9": { - "start": { - "line": 49, - "column": 26 - }, - "end": { - "line": 49, - "column": 76 - } - }, - "10": { - "start": { - "line": 49, - "column": 54 - }, - "end": { - "line": 49, - "column": 75 - } - }, - "11": { - "start": { - "line": 50, - "column": 23 - }, - "end": { - "line": 50, - "column": 70 - } - }, - "12": { - "start": { - "line": 50, - "column": 51 - }, - "end": { - "line": 50, - "column": 69 - } - }, - "13": { - "start": { - "line": 51, - "column": 24 - }, - "end": { - "line": 51, - "column": 86 - } - }, - "14": { - "start": { - "line": 53, - "column": 34 - }, - "end": { - "line": 53, - "column": 74 - } - }, - "15": { - "start": { - "line": 54, - "column": 15 - }, - "end": { - "line": 54, - "column": 32 - } - }, - "16": { - "start": { - "line": 56, - "column": 22 - }, - "end": { - "line": 59, - "column": 3 - } - }, - "17": { - "start": { - "line": 57, - "column": 4 - }, - "end": { - "line": 57, - "column": 58 - } - }, - "18": { - "start": { - "line": 58, - "column": 4 - }, - "end": { - "line": 58, - "column": 37 - } - }, - "19": { - "start": { - "line": 60, - "column": 22 - }, - "end": { - "line": 62, - "column": 3 - } - }, - "20": { - "start": { - "line": 61, - "column": 4 - }, - "end": { - "line": 61, - "column": 22 - } - }, - "21": { - "start": { - "line": 64, - "column": 2 - }, - "end": { - "line": 111, - "column": 4 - } - }, - "22": { - "start": { - "line": 90, - "column": 33 - }, - "end": { - "line": 90, - "column": 52 - } - }, - "23": { - "start": { - "line": 92, - "column": 34 - }, - "end": { - "line": 92, - "column": 55 - } - }, - "24": { - "start": { - "line": 93, - "column": 12 - }, - "end": { - "line": 107, - "column": 14 - } - }, - "25": { - "start": { - "line": 100, - "column": 20 - }, - "end": { - "line": 100, - "column": 81 - } - }, - "26": { - "start": { - "line": 101, - "column": 20 - }, - "end": { - "line": 101, - "column": 34 - } - } - }, - "fnMap": { - "0": { - "name": "LanguageMenu", - "decl": { - "start": { - "line": 43, - "column": 24 - }, - "end": { - "line": 43, - "column": 36 - } - }, - "loc": { - "start": { - "line": 43, - "column": 39 - }, - "end": { - "line": 112, - "column": 1 - } - }, - "line": 43 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 48, - "column": 41 - }, - "end": { - "line": 48, - "column": 42 - } - }, - "loc": { - "start": { - "line": 48, - "column": 52 - }, - "end": { - "line": 48, - "column": 72 - } - }, - "line": 48 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 49, - "column": 43 - }, - "end": { - "line": 49, - "column": 44 - } - }, - "loc": { - "start": { - "line": 49, - "column": 54 - }, - "end": { - "line": 49, - "column": 75 - } - }, - "line": 49 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 50, - "column": 40 - }, - "end": { - "line": 50, - "column": 41 - } - }, - "loc": { - "start": { - "line": 50, - "column": 51 - }, - "end": { - "line": 50, - "column": 69 - } - }, - "line": 50 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 56, - "column": 22 - }, - "end": { - "line": 56, - "column": 23 - } - }, - "loc": { - "start": { - "line": 56, - "column": 70 - }, - "end": { - "line": 59, - "column": 3 - } - }, - "line": 56 - }, - "5": { - "name": "(anonymous_5)", - "decl": { - "start": { - "line": 60, - "column": 22 - }, - "end": { - "line": 60, - "column": 23 - } - }, - "loc": { - "start": { - "line": 60, - "column": 28 - }, - "end": { - "line": 62, - "column": 3 - } - }, - "line": 60 - }, - "6": { - "name": "(anonymous_6)", - "decl": { - "start": { - "line": 90, - "column": 19 - }, - "end": { - "line": 90, - "column": 20 - } - }, - "loc": { - "start": { - "line": 90, - "column": 33 - }, - "end": { - "line": 90, - "column": 52 - } - }, - "line": 90 - }, - "7": { - "name": "(anonymous_7)", - "decl": { - "start": { - "line": 91, - "column": 15 - }, - "end": { - "line": 91, - "column": 16 - } - }, - "loc": { - "start": { - "line": 91, - "column": 29 - }, - "end": { - "line": 108, - "column": 11 - } - }, - "line": 91 - }, - "8": { - "name": "(anonymous_8)", - "decl": { - "start": { - "line": 99, - "column": 27 - }, - "end": { - "line": 99, - "column": 28 - } - }, - "loc": { - "start": { - "line": 99, - "column": 33 - }, - "end": { - "line": 102, - "column": 19 - } - }, - "line": 99 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 70, - "column": 23 - }, - "end": { - "line": 70, - "column": 48 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 70, - "column": 30 - }, - "end": { - "line": 70, - "column": 36 - } - }, - { - "start": { - "line": 70, - "column": 39 - }, - "end": { - "line": 70, - "column": 48 - } - } - ], - "line": 70 - }, - "1": { - "loc": { - "start": { - "line": 78, - "column": 21 - }, - "end": { - "line": 78, - "column": 43 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 78, - "column": 30 - }, - "end": { - "line": 78, - "column": 36 - } - }, - { - "start": { - "line": 78, - "column": 39 - }, - "end": { - "line": 78, - "column": 43 - } - } - ], - "line": 78 - } - }, - "s": { - "0": 2, - "1": 2, - "2": 2, - "3": 12, - "4": 12, - "5": 12, - "6": 12, - "7": 12, - "8": 33, - "9": 12, - "10": 33, - "11": 12, - "12": 33, - "13": 12, - "14": 12, - "15": 12, - "16": 12, - "17": 0, - "18": 0, - "19": 12, - "20": 0, - "21": 12, - "22": 72, - "23": 60, - "24": 60, - "25": 0, - "26": 0 - }, - "f": { - "0": 12, - "1": 33, - "2": 33, - "3": 33, - "4": 0, - "5": 0, - "6": 72, - "7": 60, - "8": 0 - }, - "b": { - "0": [0, 12], - "1": [12, 0] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "a317ecbf6afc1189bfe61f94e886309dce52b23a" - }, - "/Users/alberto/Repositories/bloom-frontend/components/layout/PrimaryNavigationDrawerLinks.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/layout/PrimaryNavigationDrawerLinks.tsx", - "statementMap": { - "0": { - "start": { - "line": 15, - "column": 18 - }, - "end": { - "line": 23, - "column": 10 - } - }, - "1": { - "start": { - "line": 25, - "column": 22 - }, - "end": { - "line": 31, - "column": 10 - } - }, - "2": { - "start": { - "line": 33, - "column": 26 - }, - "end": { - "line": 38, - "column": 10 - } - }, - "3": { - "start": { - "line": 40, - "column": 24 - }, - "end": { - "line": 52, - "column": 10 - } - }, - "4": { - "start": { - "line": 54, - "column": 25 - }, - "end": { - "line": 59, - "column": 10 - } - }, - "5": { - "start": { - "line": 72, - "column": 37 - }, - "end": { - "line": 151, - "column": 1 - } - }, - "6": { - "start": { - "line": 73, - "column": 26 - }, - "end": { - "line": 73, - "column": 31 - } - }, - "7": { - "start": { - "line": 74, - "column": 12 - }, - "end": { - "line": 74, - "column": 41 - } - }, - "8": { - "start": { - "line": 76, - "column": 22 - }, - "end": { - "line": 76, - "column": 69 - } - }, - "9": { - "start": { - "line": 76, - "column": 50 - }, - "end": { - "line": 76, - "column": 68 - } - }, - "10": { - "start": { - "line": 77, - "column": 17 - }, - "end": { - "line": 77, - "column": 59 - } - }, - "11": { - "start": { - "line": 77, - "column": 45 - }, - "end": { - "line": 77, - "column": 58 - } - }, - "12": { - "start": { - "line": 78, - "column": 24 - }, - "end": { - "line": 78, - "column": 73 - } - }, - "13": { - "start": { - "line": 78, - "column": 52 - }, - "end": { - "line": 78, - "column": 72 - } - }, - "14": { - "start": { - "line": 79, - "column": 26 - }, - "end": { - "line": 79, - "column": 76 - } - }, - "15": { - "start": { - "line": 79, - "column": 54 - }, - "end": { - "line": 79, - "column": 75 - } - }, - "16": { - "start": { - "line": 80, - "column": 23 - }, - "end": { - "line": 80, - "column": 70 - } - }, - "17": { - "start": { - "line": 80, - "column": 51 - }, - "end": { - "line": 80, - "column": 69 - } - }, - "18": { - "start": { - "line": 81, - "column": 24 - }, - "end": { - "line": 81, - "column": 86 - } - }, - "19": { - "start": { - "line": 83, - "column": 48 - }, - "end": { - "line": 83, - "column": 83 - } - }, - "20": { - "start": { - "line": 84, - "column": 17 - }, - "end": { - "line": 84, - "column": 28 - } - }, - "21": { - "start": { - "line": 86, - "column": 2 - }, - "end": { - "line": 116, - "column": 62 - } - }, - "22": { - "start": { - "line": 87, - "column": 39 - }, - "end": { - "line": 87, - "column": 41 - } - }, - "23": { - "start": { - "line": 89, - "column": 4 - }, - "end": { - "line": 112, - "column": 5 - } - }, - "24": { - "start": { - "line": 90, - "column": 6 - }, - "end": { - "line": 96, - "column": 7 - } - }, - "25": { - "start": { - "line": 91, - "column": 8 - }, - "end": { - "line": 95, - "column": 11 - } - }, - "26": { - "start": { - "line": 98, - "column": 6 - }, - "end": { - "line": 102, - "column": 9 - } - }, - "27": { - "start": { - "line": 104, - "column": 6 - }, - "end": { - "line": 111, - "column": 7 - } - }, - "28": { - "start": { - "line": 105, - "column": 8 - }, - "end": { - "line": 110, - "column": 11 - } - }, - "29": { - "start": { - "line": 114, - "column": 4 - }, - "end": { - "line": 114, - "column": 30 - } - }, - "30": { - "start": { - "line": 118, - "column": 2 - }, - "end": { - "line": 150, - "column": 4 - } - }, - "31": { - "start": { - "line": 119, - "column": 40 - }, - "end": { - "line": 119, - "column": 72 - } - }, - "32": { - "start": { - "line": 121, - "column": 8 - }, - "end": { - "line": 131, - "column": 19 - } - }, - "33": { - "start": { - "line": 142, - "column": 14 - }, - "end": { - "line": 142, - "column": 60 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 72, - "column": 37 - }, - "end": { - "line": 72, - "column": 38 - } - }, - "loc": { - "start": { - "line": 72, - "column": 69 - }, - "end": { - "line": 151, - "column": 1 - } - }, - "line": 72 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 76, - "column": 39 - }, - "end": { - "line": 76, - "column": 40 - } - }, - "loc": { - "start": { - "line": 76, - "column": 50 - }, - "end": { - "line": 76, - "column": 68 - } - }, - "line": 76 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 77, - "column": 34 - }, - "end": { - "line": 77, - "column": 35 - } - }, - "loc": { - "start": { - "line": 77, - "column": 45 - }, - "end": { - "line": 77, - "column": 58 - } - }, - "line": 77 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 78, - "column": 41 - }, - "end": { - "line": 78, - "column": 42 - } - }, - "loc": { - "start": { - "line": 78, - "column": 52 - }, - "end": { - "line": 78, - "column": 72 - } - }, - "line": 78 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 79, - "column": 43 - }, - "end": { - "line": 79, - "column": 44 - } - }, - "loc": { - "start": { - "line": 79, - "column": 54 - }, - "end": { - "line": 79, - "column": 75 - } - }, - "line": 79 - }, - "5": { - "name": "(anonymous_5)", - "decl": { - "start": { - "line": 80, - "column": 40 - }, - "end": { - "line": 80, - "column": 41 - } - }, - "loc": { - "start": { - "line": 80, - "column": 51 - }, - "end": { - "line": 80, - "column": 69 - } - }, - "line": 80 - }, - "6": { - "name": "(anonymous_6)", - "decl": { - "start": { - "line": 86, - "column": 12 - }, - "end": { - "line": 86, - "column": 13 - } - }, - "loc": { - "start": { - "line": 86, - "column": 18 - }, - "end": { - "line": 116, - "column": 3 - } - }, - "line": 86 - }, - "7": { - "name": "(anonymous_7)", - "decl": { - "start": { - "line": 119, - "column": 34 - }, - "end": { - "line": 119, - "column": 35 - } - }, - "loc": { - "start": { - "line": 119, - "column": 40 - }, - "end": { - "line": 119, - "column": 72 - } - }, - "line": 119 - }, - "8": { - "name": "(anonymous_8)", - "decl": { - "start": { - "line": 120, - "column": 27 - }, - "end": { - "line": 120, - "column": 28 - } - }, - "loc": { - "start": { - "line": 121, - "column": 8 - }, - "end": { - "line": 131, - "column": 19 - } - }, - "line": 121 - }, - "9": { - "name": "(anonymous_9)", - "decl": { - "start": { - "line": 127, - "column": 21 - }, - "end": { - "line": 127, - "column": 22 - } - }, - "loc": { - "start": { - "line": 127, - "column": 27 - }, - "end": { - "line": 127, - "column": 29 - } - }, - "line": 127 - }, - "10": { - "name": "(anonymous_10)", - "decl": { - "start": { - "line": 141, - "column": 21 - }, - "end": { - "line": 141, - "column": 22 - } - }, - "loc": { - "start": { - "line": 141, - "column": 27 - }, - "end": { - "line": 143, - "column": 13 - } - }, - "line": 141 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 89, - "column": 4 - }, - "end": { - "line": 112, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 89, - "column": 4 - }, - "end": { - "line": 112, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 89 - }, - "1": { - "loc": { - "start": { - "line": 89, - "column": 8 - }, - "end": { - "line": 89, - "column": 30 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 89, - "column": 8 - }, - "end": { - "line": 89, - "column": 20 - } - }, - { - "start": { - "line": 89, - "column": 24 - }, - "end": { - "line": 89, - "column": 30 - } - } - ], - "line": 89 - }, - "2": { - "loc": { - "start": { - "line": 90, - "column": 6 - }, - "end": { - "line": 96, - "column": 7 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 90, - "column": 6 - }, - "end": { - "line": 96, - "column": 7 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 90 - }, - "3": { - "loc": { - "start": { - "line": 90, - "column": 10 - }, - "end": { - "line": 90, - "column": 46 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 90, - "column": 10 - }, - "end": { - "line": 90, - "column": 22 - } - }, - { - "start": { - "line": 90, - "column": 26 - }, - "end": { - "line": 90, - "column": 46 - } - } - ], - "line": 90 - }, - "4": { - "loc": { - "start": { - "line": 104, - "column": 6 - }, - "end": { - "line": 111, - "column": 7 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 104, - "column": 6 - }, - "end": { - "line": 111, - "column": 7 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 104 - }, - "5": { - "loc": { - "start": { - "line": 119, - "column": 40 - }, - "end": { - "line": 119, - "column": 72 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 119, - "column": 40 - }, - "end": { - "line": 119, - "column": 51 - } - }, - { - "start": { - "line": 119, - "column": 55 - }, - "end": { - "line": 119, - "column": 72 - } - } - ], - "line": 119 - }, - "6": { - "loc": { - "start": { - "line": 126, - "column": 20 - }, - "end": { - "line": 126, - "column": 42 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 126, - "column": 20 - }, - "end": { - "line": 126, - "column": 31 - } - }, - { - "start": { - "line": 126, - "column": 35 - }, - "end": { - "line": 126, - "column": 42 - } - } - ], - "line": 126 - }, - "7": { - "loc": { - "start": { - "line": 133, - "column": 7 - }, - "end": { - "line": 148, - "column": 7 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 133, - "column": 7 - }, - "end": { - "line": 133, - "column": 19 - } - }, - { - "start": { - "line": 133, - "column": 23 - }, - "end": { - "line": 133, - "column": 30 - } - }, - { - "start": { - "line": 134, - "column": 8 - }, - "end": { - "line": 147, - "column": 13 - } - } - ], - "line": 133 - } - }, - "s": { - "0": 2, - "1": 2, - "2": 2, - "3": 2, - "4": 2, - "5": 2, - "6": 0, - "7": 0, - "8": 0, - "9": 0, - "10": 0, - "11": 0, - "12": 0, - "13": 0, - "14": 0, - "15": 0, - "16": 0, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0, - "22": 0, - "23": 0, - "24": 0, - "25": 0, - "26": 0, - "27": 0, - "28": 0, - "29": 0, - "30": 0, - "31": 0, - "32": 0, - "33": 0 - }, - "f": { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "4": 0, - "5": 0, - "6": 0, - "7": 0, - "8": 0, - "9": 0, - "10": 0 - }, - "b": { - "0": [0, 0], - "1": [0, 0], - "2": [0, 0], - "3": [0, 0], - "4": [0, 0], - "5": [0, 0], - "6": [0, 0], - "7": [0, 0, 0] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "9b9bc25da43c6d1981f86632a819067c622f057f" - }, - "/Users/alberto/Repositories/bloom-frontend/components/layout/SecondaryNav.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/layout/SecondaryNav.tsx", - "statementMap": { - "0": { - "start": { - "line": 40, - "column": 32 - }, - "end": { - "line": 58, - "column": 1 - } - }, - "1": { - "start": { - "line": 41, - "column": 2 - }, - "end": { - "line": 57, - "column": 9 - } - }, - "2": { - "start": { - "line": 60, - "column": 21 - }, - "end": { - "line": 181, - "column": 1 - } - }, - "3": { - "start": { - "line": 61, - "column": 17 - }, - "end": { - "line": 61, - "column": 28 - } - }, - "4": { - "start": { - "line": 62, - "column": 24 - }, - "end": { - "line": 62, - "column": 73 - } - }, - "5": { - "start": { - "line": 62, - "column": 52 - }, - "end": { - "line": 62, - "column": 72 - } - }, - "6": { - "start": { - "line": 63, - "column": 26 - }, - "end": { - "line": 63, - "column": 76 - } - }, - "7": { - "start": { - "line": 63, - "column": 54 - }, - "end": { - "line": 63, - "column": 75 - } - }, - "8": { - "start": { - "line": 64, - "column": 23 - }, - "end": { - "line": 64, - "column": 70 - } - }, - "9": { - "start": { - "line": 64, - "column": 51 - }, - "end": { - "line": 64, - "column": 69 - } - }, - "10": { - "start": { - "line": 65, - "column": 24 - }, - "end": { - "line": 65, - "column": 86 - } - }, - "11": { - "start": { - "line": 66, - "column": 12 - }, - "end": { - "line": 66, - "column": 41 - } - }, - "12": { - "start": { - "line": 68, - "column": 24 - }, - "end": { - "line": 70, - "column": 3 - } - }, - "13": { - "start": { - "line": 69, - "column": 23 - }, - "end": { - "line": 69, - "column": 60 - } - }, - "14": { - "start": { - "line": 72, - "column": 38 - }, - "end": { - "line": 114, - "column": 3 - } - }, - "15": { - "start": { - "line": 116, - "column": 19 - }, - "end": { - "line": 125, - "column": 17 - } - }, - "16": { - "start": { - "line": 127, - "column": 19 - }, - "end": { - "line": 127, - "column": 76 - } - }, - "17": { - "start": { - "line": 127, - "column": 48 - }, - "end": { - "line": 127, - "column": 75 - } - }, - "18": { - "start": { - "line": 128, - "column": 19 - }, - "end": { - "line": 128, - "column": 53 - } - }, - "19": { - "start": { - "line": 130, - "column": 2 - }, - "end": { - "line": 180, - "column": 4 - } - }, - "20": { - "start": { - "line": 156, - "column": 8 - }, - "end": { - "line": 177, - "column": 10 - } - }, - "21": { - "start": { - "line": 174, - "column": 14 - }, - "end": { - "line": 174, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 40, - "column": 32 - }, - "end": { - "line": 40, - "column": 33 - } - }, - "loc": { - "start": { - "line": 41, - "column": 2 - }, - "end": { - "line": 57, - "column": 9 - } - }, - "line": 41 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 60, - "column": 21 - }, - "end": { - "line": 60, - "column": 22 - } - }, - "loc": { - "start": { - "line": 60, - "column": 67 - }, - "end": { - "line": 181, - "column": 1 - } - }, - "line": 60 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 62, - "column": 41 - }, - "end": { - "line": 62, - "column": 42 - } - }, - "loc": { - "start": { - "line": 62, - "column": 52 - }, - "end": { - "line": 62, - "column": 72 - } - }, - "line": 62 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 63, - "column": 43 - }, - "end": { - "line": 63, - "column": 44 - } - }, - "loc": { - "start": { - "line": 63, - "column": 54 - }, - "end": { - "line": 63, - "column": 75 - } - }, - "line": 63 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 64, - "column": 40 - }, - "end": { - "line": 64, - "column": 41 - } - }, - "loc": { - "start": { - "line": 64, - "column": 51 - }, - "end": { - "line": 64, - "column": 69 - } - }, - "line": 64 - }, - "5": { - "name": "(anonymous_5)", - "decl": { - "start": { - "line": 69, - "column": 4 - }, - "end": { - "line": 69, - "column": 5 - } - }, - "loc": { - "start": { - "line": 69, - "column": 23 - }, - "end": { - "line": 69, - "column": 60 - } - }, - "line": 69 - }, - "6": { - "name": "(anonymous_6)", - "decl": { - "start": { - "line": 127, - "column": 38 - }, - "end": { - "line": 127, - "column": 39 - } - }, - "loc": { - "start": { - "line": 127, - "column": 48 - }, - "end": { - "line": 127, - "column": 75 - } - }, - "line": 127 - }, - "7": { - "name": "(anonymous_7)", - "decl": { - "start": { - "line": 155, - "column": 20 - }, - "end": { - "line": 155, - "column": 21 - } - }, - "loc": { - "start": { - "line": 155, - "column": 34 - }, - "end": { - "line": 178, - "column": 7 - } - }, - "line": 155 - }, - "8": { - "name": "(anonymous_8)", - "decl": { - "start": { - "line": 173, - "column": 21 - }, - "end": { - "line": 173, - "column": 22 - } - }, - "loc": { - "start": { - "line": 173, - "column": 27 - }, - "end": { - "line": 175, - "column": 13 - } - }, - "line": 173 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 116, - "column": 19 - }, - "end": { - "line": 125, - "column": 17 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 117, - "column": 6 - }, - "end": { - "line": 124, - "column": 8 - } - }, - { - "start": { - "line": 125, - "column": 6 - }, - "end": { - "line": 125, - "column": 17 - } - } - ], - "line": 116 - }, - "1": { - "loc": { - "start": { - "line": 128, - "column": 19 - }, - "end": { - "line": 128, - "column": 53 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 128, - "column": 37 - }, - "end": { - "line": 128, - "column": 42 - } - }, - { - "start": { - "line": 128, - "column": 45 - }, - "end": { - "line": 128, - "column": 53 - } - } - ], - "line": 128 - } - }, - "s": { - "0": 2, - "1": 80, - "2": 2, - "3": 12, - "4": 12, - "5": 33, - "6": 12, - "7": 33, - "8": 12, - "9": 33, - "10": 12, - "11": 12, - "12": 12, - "13": 0, - "14": 12, - "15": 12, - "16": 12, - "17": 60, - "18": 12, - "19": 12, - "20": 60, - "21": 0 - }, - "f": { - "0": 80, - "1": 12, - "2": 33, - "3": 33, - "4": 33, - "5": 0, - "6": 60, - "7": 60, - "8": 0 - }, - "b": { - "0": [0, 12], - "1": [12, 0] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "6982c5e55ca390328f4b55fdc7342f3c7db504b6" - }, - "/Users/alberto/Repositories/bloom-frontend/components/layout/SecondaryNavigationDrawerLinks.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/layout/SecondaryNavigationDrawerLinks.tsx", - "statementMap": { - "0": { - "start": { - "line": 22, - "column": 18 - }, - "end": { - "line": 30, - "column": 10 - } - }, - "1": { - "start": { - "line": 32, - "column": 22 - }, - "end": { - "line": 37, - "column": 10 - } - }, - "2": { - "start": { - "line": 39, - "column": 26 - }, - "end": { - "line": 44, - "column": 10 - } - }, - "3": { - "start": { - "line": 46, - "column": 24 - }, - "end": { - "line": 60, - "column": 10 - } - }, - "4": { - "start": { - "line": 74, - "column": 39 - }, - "end": { - "line": 164, - "column": 1 - } - }, - "5": { - "start": { - "line": 75, - "column": 26 - }, - "end": { - "line": 75, - "column": 31 - } - }, - "6": { - "start": { - "line": 76, - "column": 12 - }, - "end": { - "line": 76, - "column": 41 - } - }, - "7": { - "start": { - "line": 78, - "column": 24 - }, - "end": { - "line": 78, - "column": 73 - } - }, - "8": { - "start": { - "line": 78, - "column": 52 - }, - "end": { - "line": 78, - "column": 72 - } - }, - "9": { - "start": { - "line": 79, - "column": 22 - }, - "end": { - "line": 79, - "column": 69 - } - }, - "10": { - "start": { - "line": 79, - "column": 50 - }, - "end": { - "line": 79, - "column": 68 - } - }, - "11": { - "start": { - "line": 80, - "column": 17 - }, - "end": { - "line": 80, - "column": 59 - } - }, - "12": { - "start": { - "line": 80, - "column": 45 - }, - "end": { - "line": 80, - "column": 58 - } - }, - "13": { - "start": { - "line": 81, - "column": 26 - }, - "end": { - "line": 81, - "column": 76 - } - }, - "14": { - "start": { - "line": 81, - "column": 54 - }, - "end": { - "line": 81, - "column": 75 - } - }, - "15": { - "start": { - "line": 82, - "column": 23 - }, - "end": { - "line": 82, - "column": 70 - } - }, - "16": { - "start": { - "line": 82, - "column": 51 - }, - "end": { - "line": 82, - "column": 69 - } - }, - "17": { - "start": { - "line": 83, - "column": 24 - }, - "end": { - "line": 83, - "column": 86 - } - }, - "18": { - "start": { - "line": 85, - "column": 48 - }, - "end": { - "line": 85, - "column": 92 - } - }, - "19": { - "start": { - "line": 87, - "column": 2 - }, - "end": { - "line": 138, - "column": 62 - } - }, - "20": { - "start": { - "line": 88, - "column": 48 - }, - "end": { - "line": 119, - "column": 5 - } - }, - "21": { - "start": { - "line": 121, - "column": 4 - }, - "end": { - "line": 134, - "column": 5 - } - }, - "22": { - "start": { - "line": 122, - "column": 28 - }, - "end": { - "line": 124, - "column": 7 - } - }, - "23": { - "start": { - "line": 123, - "column": 27 - }, - "end": { - "line": 123, - "column": 64 - } - }, - "24": { - "start": { - "line": 126, - "column": 6 - }, - "end": { - "line": 133, - "column": 7 - } - }, - "25": { - "start": { - "line": 127, - "column": 8 - }, - "end": { - "line": 132, - "column": 11 - } - }, - "26": { - "start": { - "line": 136, - "column": 4 - }, - "end": { - "line": 136, - "column": 30 - } - }, - "27": { - "start": { - "line": 140, - "column": 2 - }, - "end": { - "line": 163, - "column": 4 - } - }, - "28": { - "start": { - "line": 141, - "column": 40 - }, - "end": { - "line": 141, - "column": 72 - } - }, - "29": { - "start": { - "line": 143, - "column": 8 - }, - "end": { - "line": 160, - "column": 19 - } - }, - "30": { - "start": { - "line": 154, - "column": 14 - }, - "end": { - "line": 154, - "column": 50 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 74, - "column": 39 - }, - "end": { - "line": 74, - "column": 40 - } - }, - "loc": { - "start": { - "line": 74, - "column": 71 - }, - "end": { - "line": 164, - "column": 1 - } - }, - "line": 74 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 78, - "column": 41 - }, - "end": { - "line": 78, - "column": 42 - } - }, - "loc": { - "start": { - "line": 78, - "column": 52 - }, - "end": { - "line": 78, - "column": 72 - } - }, - "line": 78 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 79, - "column": 39 - }, - "end": { - "line": 79, - "column": 40 - } - }, - "loc": { - "start": { - "line": 79, - "column": 50 - }, - "end": { - "line": 79, - "column": 68 - } - }, - "line": 79 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 80, - "column": 34 - }, - "end": { - "line": 80, - "column": 35 - } - }, - "loc": { - "start": { - "line": 80, - "column": 45 - }, - "end": { - "line": 80, - "column": 58 - } - }, - "line": 80 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 81, - "column": 43 - }, - "end": { - "line": 81, - "column": 44 - } - }, - "loc": { - "start": { - "line": 81, - "column": 54 - }, - "end": { - "line": 81, - "column": 75 - } - }, - "line": 81 - }, - "5": { - "name": "(anonymous_5)", - "decl": { - "start": { - "line": 82, - "column": 40 - }, - "end": { - "line": 82, - "column": 41 - } - }, - "loc": { - "start": { - "line": 82, - "column": 51 - }, - "end": { - "line": 82, - "column": 69 - } - }, - "line": 82 - }, - "6": { - "name": "(anonymous_6)", - "decl": { - "start": { - "line": 87, - "column": 12 - }, - "end": { - "line": 87, - "column": 13 - } - }, - "loc": { - "start": { - "line": 87, - "column": 18 - }, - "end": { - "line": 138, - "column": 3 - } - }, - "line": 87 - }, - "7": { - "name": "(anonymous_7)", - "decl": { - "start": { - "line": 123, - "column": 8 - }, - "end": { - "line": 123, - "column": 9 - } - }, - "loc": { - "start": { - "line": 123, - "column": 27 - }, - "end": { - "line": 123, - "column": 64 - } - }, - "line": 123 - }, - "8": { - "name": "(anonymous_8)", - "decl": { - "start": { - "line": 141, - "column": 34 - }, - "end": { - "line": 141, - "column": 35 - } - }, - "loc": { - "start": { - "line": 141, - "column": 40 - }, - "end": { - "line": 141, - "column": 72 - } - }, - "line": 141 - }, - "9": { - "name": "(anonymous_9)", - "decl": { - "start": { - "line": 142, - "column": 27 - }, - "end": { - "line": 142, - "column": 28 - } - }, - "loc": { - "start": { - "line": 143, - "column": 8 - }, - "end": { - "line": 160, - "column": 19 - } - }, - "line": 143 - }, - "10": { - "name": "(anonymous_10)", - "decl": { - "start": { - "line": 153, - "column": 21 - }, - "end": { - "line": 153, - "column": 22 - } - }, - "loc": { - "start": { - "line": 153, - "column": 27 - }, - "end": { - "line": 155, - "column": 13 - } - }, - "line": 153 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 121, - "column": 4 - }, - "end": { - "line": 134, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 121, - "column": 4 - }, - "end": { - "line": 134, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 121 - }, - "1": { - "loc": { - "start": { - "line": 121, - "column": 8 - }, - "end": { - "line": 121, - "column": 30 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 121, - "column": 8 - }, - "end": { - "line": 121, - "column": 20 - } - }, - { - "start": { - "line": 121, - "column": 24 - }, - "end": { - "line": 121, - "column": 30 - } - } - ], - "line": 121 - }, - "2": { - "loc": { - "start": { - "line": 126, - "column": 6 - }, - "end": { - "line": 133, - "column": 7 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 126, - "column": 6 - }, - "end": { - "line": 133, - "column": 7 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 126 - }, - "3": { - "loc": { - "start": { - "line": 141, - "column": 40 - }, - "end": { - "line": 141, - "column": 72 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 141, - "column": 40 - }, - "end": { - "line": 141, - "column": 51 - } - }, - { - "start": { - "line": 141, - "column": 55 - }, - "end": { - "line": 141, - "column": 72 - } - } - ], - "line": 141 - }, - "4": { - "loc": { - "start": { - "line": 148, - "column": 28 - }, - "end": { - "line": 148, - "column": 72 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 148, - "column": 67 - }, - "end": { - "line": 148, - "column": 68 - } - }, - { - "start": { - "line": 148, - "column": 71 - }, - "end": { - "line": 148, - "column": 72 - } - } - ], - "line": 148 - }, - "5": { - "loc": { - "start": { - "line": 152, - "column": 20 - }, - "end": { - "line": 152, - "column": 42 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 152, - "column": 20 - }, - "end": { - "line": 152, - "column": 31 - } - }, - { - "start": { - "line": 152, - "column": 35 - }, - "end": { - "line": 152, - "column": 42 - } - } - ], - "line": 152 - } - }, - "s": { - "0": 2, - "1": 2, - "2": 2, - "3": 2, - "4": 2, - "5": 0, - "6": 0, - "7": 0, - "8": 0, - "9": 0, - "10": 0, - "11": 0, - "12": 0, - "13": 0, - "14": 0, - "15": 0, - "16": 0, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0, - "22": 0, - "23": 0, - "24": 0, - "25": 0, - "26": 0, - "27": 0, - "28": 0, - "29": 0, - "30": 0 - }, - "f": { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "4": 0, - "5": 0, - "6": 0, - "7": 0, - "8": 0, - "9": 0, - "10": 0 - }, - "b": { - "0": [0, 0], - "1": [0, 0], - "2": [0, 0], - "3": [0, 0], - "4": [0, 0], - "5": [0, 0] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "544a6861517bff0c2e721cc74343cd9dfc463e38" - }, - "/Users/alberto/Repositories/bloom-frontend/components/layout/NavigationDrawer.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/layout/NavigationDrawer.tsx", - "statementMap": { - "0": { - "start": { - "line": 15, - "column": 20 - }, - "end": { - "line": 23, - "column": 10 - } - }, - "1": { - "start": { - "line": 25, - "column": 25 - }, - "end": { - "line": 29, - "column": 10 - } - }, - "2": { - "start": { - "line": 31, - "column": 25 - }, - "end": { - "line": 86, - "column": 1 - } - }, - "3": { - "start": { - "line": 32, - "column": 34 - }, - "end": { - "line": 32, - "column": 74 - } - }, - "4": { - "start": { - "line": 33, - "column": 15 - }, - "end": { - "line": 33, - "column": 32 - } - }, - "5": { - "start": { - "line": 34, - "column": 12 - }, - "end": { - "line": 34, - "column": 41 - } - }, - "6": { - "start": { - "line": 35, - "column": 24 - }, - "end": { - "line": 35, - "column": 73 - } - }, - "7": { - "start": { - "line": 35, - "column": 52 - }, - "end": { - "line": 35, - "column": 72 - } - }, - "8": { - "start": { - "line": 36, - "column": 26 - }, - "end": { - "line": 36, - "column": 76 - } - }, - "9": { - "start": { - "line": 36, - "column": 54 - }, - "end": { - "line": 36, - "column": 75 - } - }, - "10": { - "start": { - "line": 37, - "column": 23 - }, - "end": { - "line": 37, - "column": 70 - } - }, - "11": { - "start": { - "line": 37, - "column": 51 - }, - "end": { - "line": 37, - "column": 69 - } - }, - "12": { - "start": { - "line": 38, - "column": 24 - }, - "end": { - "line": 38, - "column": 86 - } - }, - "13": { - "start": { - "line": 40, - "column": 22 - }, - "end": { - "line": 43, - "column": 3 - } - }, - "14": { - "start": { - "line": 41, - "column": 4 - }, - "end": { - "line": 41, - "column": 37 - } - }, - "15": { - "start": { - "line": 42, - "column": 4 - }, - "end": { - "line": 42, - "column": 59 - } - }, - "16": { - "start": { - "line": 44, - "column": 22 - }, - "end": { - "line": 47, - "column": 3 - } - }, - "17": { - "start": { - "line": 45, - "column": 4 - }, - "end": { - "line": 45, - "column": 22 - } - }, - "18": { - "start": { - "line": 46, - "column": 4 - }, - "end": { - "line": 46, - "column": 59 - } - }, - "19": { - "start": { - "line": 49, - "column": 2 - }, - "end": { - "line": 85, - "column": 4 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 31, - "column": 25 - }, - "end": { - "line": 31, - "column": 26 - } - }, - "loc": { - "start": { - "line": 31, - "column": 31 - }, - "end": { - "line": 86, - "column": 1 - } - }, - "line": 31 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 35, - "column": 41 - }, - "end": { - "line": 35, - "column": 42 - } - }, - "loc": { - "start": { - "line": 35, - "column": 52 - }, - "end": { - "line": 35, - "column": 72 - } - }, - "line": 35 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 36, - "column": 43 - }, - "end": { - "line": 36, - "column": 44 - } - }, - "loc": { - "start": { - "line": 36, - "column": 54 - }, - "end": { - "line": 36, - "column": 75 - } - }, - "line": 36 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 37, - "column": 40 - }, - "end": { - "line": 37, - "column": 41 - } - }, - "loc": { - "start": { - "line": 37, - "column": 51 - }, - "end": { - "line": 37, - "column": 69 - } - }, - "line": 37 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 40, - "column": 22 - }, - "end": { - "line": 40, - "column": 23 - } - }, - "loc": { - "start": { - "line": 40, - "column": 70 - }, - "end": { - "line": 43, - "column": 3 - } - }, - "line": 40 - }, - "5": { - "name": "(anonymous_5)", - "decl": { - "start": { - "line": 44, - "column": 22 - }, - "end": { - "line": 44, - "column": 23 - } - }, - "loc": { - "start": { - "line": 44, - "column": 28 - }, - "end": { - "line": 47, - "column": 3 - } - }, - "line": 44 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 51, - "column": 7 - }, - "end": { - "line": 70, - "column": 7 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 52, - "column": 8 - }, - "end": { - "line": 58, - "column": 18 - } - }, - { - "start": { - "line": 60, - "column": 8 - }, - "end": { - "line": 69, - "column": 18 - } - } - ], - "line": 51 - }, - "1": { - "loc": { - "start": { - "line": 63, - "column": 25 - }, - "end": { - "line": 63, - "column": 50 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 63, - "column": 32 - }, - "end": { - "line": 63, - "column": 38 - } - }, - { - "start": { - "line": 63, - "column": 41 - }, - "end": { - "line": 63, - "column": 50 - } - } - ], - "line": 63 - } - }, - "s": { - "0": 2, - "1": 2, - "2": 2, - "3": 0, - "4": 0, - "5": 0, - "6": 0, - "7": 0, - "8": 0, - "9": 0, - "10": 0, - "11": 0, - "12": 0, - "13": 0, - "14": 0, - "15": 0, - "16": 0, - "17": 0, - "18": 0, - "19": 0 - }, - "f": { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "4": 0, - "5": 0 - }, - "b": { - "0": [0, 0], - "1": [0, 0] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "b3353447f719e6760d626a40b8ca9f5788bfbac7" - }, - "/Users/alberto/Repositories/bloom-frontend/components/layout/NavigationMenu.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/layout/NavigationMenu.tsx", - "statementMap": { - "0": { - "start": { - "line": 15, - "column": 18 - }, - "end": { - "line": 23, - "column": 10 - } - }, - "1": { - "start": { - "line": 25, - "column": 22 - }, - "end": { - "line": 28, - "column": 10 - } - }, - "2": { - "start": { - "line": 30, - "column": 26 - }, - "end": { - "line": 34, - "column": 10 - } - }, - "3": { - "start": { - "line": 36, - "column": 24 - }, - "end": { - "line": 48, - "column": 10 - } - }, - "4": { - "start": { - "line": 62, - "column": 23 - }, - "end": { - "line": 132, - "column": 1 - } - }, - "5": { - "start": { - "line": 63, - "column": 26 - }, - "end": { - "line": 63, - "column": 31 - } - }, - "6": { - "start": { - "line": 64, - "column": 12 - }, - "end": { - "line": 64, - "column": 41 - } - }, - "7": { - "start": { - "line": 66, - "column": 24 - }, - "end": { - "line": 66, - "column": 73 - } - }, - "8": { - "start": { - "line": 66, - "column": 52 - }, - "end": { - "line": 66, - "column": 72 - } - }, - "9": { - "start": { - "line": 67, - "column": 22 - }, - "end": { - "line": 67, - "column": 69 - } - }, - "10": { - "start": { - "line": 67, - "column": 50 - }, - "end": { - "line": 67, - "column": 68 - } - }, - "11": { - "start": { - "line": 68, - "column": 26 - }, - "end": { - "line": 68, - "column": 76 - } - }, - "12": { - "start": { - "line": 68, - "column": 54 - }, - "end": { - "line": 68, - "column": 75 - } - }, - "13": { - "start": { - "line": 69, - "column": 23 - }, - "end": { - "line": 69, - "column": 70 - } - }, - "14": { - "start": { - "line": 69, - "column": 51 - }, - "end": { - "line": 69, - "column": 69 - } - }, - "15": { - "start": { - "line": 70, - "column": 24 - }, - "end": { - "line": 70, - "column": 86 - } - }, - "16": { - "start": { - "line": 71, - "column": 28 - }, - "end": { - "line": 71, - "column": 50 - } - }, - "17": { - "start": { - "line": 73, - "column": 48 - }, - "end": { - "line": 73, - "column": 83 - } - }, - "18": { - "start": { - "line": 74, - "column": 17 - }, - "end": { - "line": 74, - "column": 28 - } - }, - "19": { - "start": { - "line": 76, - "column": 2 - }, - "end": { - "line": 110, - "column": 54 - } - }, - "20": { - "start": { - "line": 77, - "column": 39 - }, - "end": { - "line": 77, - "column": 41 - } - }, - "21": { - "start": { - "line": 79, - "column": 4 - }, - "end": { - "line": 106, - "column": 5 - } - }, - "22": { - "start": { - "line": 80, - "column": 6 - }, - "end": { - "line": 96, - "column": 7 - } - }, - "23": { - "start": { - "line": 81, - "column": 8 - }, - "end": { - "line": 88, - "column": 9 - } - }, - "24": { - "start": { - "line": 82, - "column": 10 - }, - "end": { - "line": 87, - "column": 13 - } - }, - "25": { - "start": { - "line": 90, - "column": 8 - }, - "end": { - "line": 95, - "column": 11 - } - }, - "26": { - "start": { - "line": 97, - "column": 6 - }, - "end": { - "line": 105, - "column": 7 - } - }, - "27": { - "start": { - "line": 98, - "column": 8 - }, - "end": { - "line": 104, - "column": 11 - } - }, - "28": { - "start": { - "line": 108, - "column": 4 - }, - "end": { - "line": 108, - "column": 30 - } - }, - "29": { - "start": { - "line": 112, - "column": 2 - }, - "end": { - "line": 131, - "column": 4 - } - }, - "30": { - "start": { - "line": 113, - "column": 40 - }, - "end": { - "line": 113, - "column": 72 - } - }, - "31": { - "start": { - "line": 115, - "column": 8 - }, - "end": { - "line": 128, - "column": 19 - } - }, - "32": { - "start": { - "line": 123, - "column": 14 - }, - "end": { - "line": 123, - "column": 50 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 62, - "column": 23 - }, - "end": { - "line": 62, - "column": 24 - } - }, - "loc": { - "start": { - "line": 62, - "column": 55 - }, - "end": { - "line": 132, - "column": 1 - } - }, - "line": 62 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 66, - "column": 41 - }, - "end": { - "line": 66, - "column": 42 - } - }, - "loc": { - "start": { - "line": 66, - "column": 52 - }, - "end": { - "line": 66, - "column": 72 - } - }, - "line": 66 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 67, - "column": 39 - }, - "end": { - "line": 67, - "column": 40 - } - }, - "loc": { - "start": { - "line": 67, - "column": 50 - }, - "end": { - "line": 67, - "column": 68 - } - }, - "line": 67 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 68, - "column": 43 - }, - "end": { - "line": 68, - "column": 44 - } - }, - "loc": { - "start": { - "line": 68, - "column": 54 - }, - "end": { - "line": 68, - "column": 75 - } - }, - "line": 68 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 69, - "column": 40 - }, - "end": { - "line": 69, - "column": 41 - } - }, - "loc": { - "start": { - "line": 69, - "column": 51 - }, - "end": { - "line": 69, - "column": 69 - } - }, - "line": 69 - }, - "5": { - "name": "(anonymous_5)", - "decl": { - "start": { - "line": 76, - "column": 12 - }, - "end": { - "line": 76, - "column": 13 - } - }, - "loc": { - "start": { - "line": 76, - "column": 18 - }, - "end": { - "line": 110, - "column": 3 - } - }, - "line": 76 - }, - "6": { - "name": "(anonymous_6)", - "decl": { - "start": { - "line": 113, - "column": 34 - }, - "end": { - "line": 113, - "column": 35 - } - }, - "loc": { - "start": { - "line": 113, - "column": 40 - }, - "end": { - "line": 113, - "column": 72 - } - }, - "line": 113 - }, - "7": { - "name": "(anonymous_7)", - "decl": { - "start": { - "line": 114, - "column": 27 - }, - "end": { - "line": 114, - "column": 28 - } - }, - "loc": { - "start": { - "line": 115, - "column": 8 - }, - "end": { - "line": 128, - "column": 19 - } - }, - "line": 115 - }, - "8": { - "name": "(anonymous_8)", - "decl": { - "start": { - "line": 122, - "column": 21 - }, - "end": { - "line": 122, - "column": 22 - } - }, - "loc": { - "start": { - "line": 122, - "column": 27 - }, - "end": { - "line": 124, - "column": 13 - } - }, - "line": 122 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 79, - "column": 4 - }, - "end": { - "line": 106, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 79, - "column": 4 - }, - "end": { - "line": 106, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 79 - }, - "1": { - "loc": { - "start": { - "line": 80, - "column": 6 - }, - "end": { - "line": 96, - "column": 7 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 80, - "column": 6 - }, - "end": { - "line": 96, - "column": 7 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 80 - }, - "2": { - "loc": { - "start": { - "line": 81, - "column": 8 - }, - "end": { - "line": 88, - "column": 9 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 81, - "column": 8 - }, - "end": { - "line": 88, - "column": 9 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 81 - }, - "3": { - "loc": { - "start": { - "line": 81, - "column": 12 - }, - "end": { - "line": 81, - "column": 48 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 81, - "column": 12 - }, - "end": { - "line": 81, - "column": 24 - } - }, - { - "start": { - "line": 81, - "column": 28 - }, - "end": { - "line": 81, - "column": 48 - } - } - ], - "line": 81 - }, - "4": { - "loc": { - "start": { - "line": 97, - "column": 6 - }, - "end": { - "line": 105, - "column": 7 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 97, - "column": 6 - }, - "end": { - "line": 105, - "column": 7 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 97 - }, - "5": { - "loc": { - "start": { - "line": 113, - "column": 40 - }, - "end": { - "line": 113, - "column": 72 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 113, - "column": 40 - }, - "end": { - "line": 113, - "column": 51 - } - }, - { - "start": { - "line": 113, - "column": 55 - }, - "end": { - "line": 113, - "column": 72 - } - } - ], - "line": 113 - }, - "6": { - "loc": { - "start": { - "line": 121, - "column": 20 - }, - "end": { - "line": 121, - "column": 42 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 121, - "column": 20 - }, - "end": { - "line": 121, - "column": 31 - } - }, - { - "start": { - "line": 121, - "column": 35 - }, - "end": { - "line": 121, - "column": 42 - } - } - ], - "line": 121 - } - }, - "s": { - "0": 2, - "1": 2, - "2": 2, - "3": 2, - "4": 2, - "5": 22, - "6": 22, - "7": 22, - "8": 43, - "9": 22, - "10": 43, - "11": 22, - "12": 43, - "13": 22, - "14": 43, - "15": 22, - "16": 22, - "17": 22, - "18": 22, - "19": 22, - "20": 7, - "21": 7, - "22": 5, - "23": 5, - "24": 0, - "25": 5, - "26": 5, - "27": 5, - "28": 7, - "29": 22, - "30": 0, - "31": 16, - "32": 0 - }, - "f": { - "0": 22, - "1": 43, - "2": 43, - "3": 43, - "4": 43, - "5": 7, - "6": 0, - "7": 16, - "8": 0 - }, - "b": { - "0": [5, 2], - "1": [5, 0], - "2": [0, 5], - "3": [5, 5], - "4": [5, 0], - "5": [0, 0], - "6": [16, 8] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "70a967b43dabd7f2d31aa6b99dfd0e6ec4608372" - }, - "/Users/alberto/Repositories/bloom-frontend/components/layout/UserMenu.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/layout/UserMenu.tsx", - "statementMap": { - "0": { - "start": { - "line": 18, - "column": 22 - }, - "end": { - "line": 23, - "column": 10 - } - }, - "1": { - "start": { - "line": 25, - "column": 20 - }, - "end": { - "line": 37, - "column": 10 - } - }, - "2": { - "start": { - "line": 40, - "column": 12 - }, - "end": { - "line": 40, - "column": 41 - } - }, - "3": { - "start": { - "line": 41, - "column": 24 - }, - "end": { - "line": 41, - "column": 73 - } - }, - "4": { - "start": { - "line": 41, - "column": 52 - }, - "end": { - "line": 41, - "column": 72 - } - }, - "5": { - "start": { - "line": 42, - "column": 26 - }, - "end": { - "line": 42, - "column": 76 - } - }, - "6": { - "start": { - "line": 42, - "column": 54 - }, - "end": { - "line": 42, - "column": 75 - } - }, - "7": { - "start": { - "line": 43, - "column": 23 - }, - "end": { - "line": 43, - "column": 70 - } - }, - "8": { - "start": { - "line": 43, - "column": 51 - }, - "end": { - "line": 43, - "column": 69 - } - }, - "9": { - "start": { - "line": 44, - "column": 24 - }, - "end": { - "line": 44, - "column": 86 - } - }, - "10": { - "start": { - "line": 46, - "column": 34 - }, - "end": { - "line": 46, - "column": 74 - } - }, - "11": { - "start": { - "line": 48, - "column": 15 - }, - "end": { - "line": 48, - "column": 32 - } - }, - "12": { - "start": { - "line": 50, - "column": 22 - }, - "end": { - "line": 53, - "column": 3 - } - }, - "13": { - "start": { - "line": 51, - "column": 4 - }, - "end": { - "line": 51, - "column": 57 - } - }, - "14": { - "start": { - "line": 52, - "column": 4 - }, - "end": { - "line": 52, - "column": 37 - } - }, - "15": { - "start": { - "line": 54, - "column": 22 - }, - "end": { - "line": 56, - "column": 3 - } - }, - "16": { - "start": { - "line": 55, - "column": 4 - }, - "end": { - "line": 55, - "column": 22 - } - }, - "17": { - "start": { - "line": 58, - "column": 17 - }, - "end": { - "line": 63, - "column": 3 - } - }, - "18": { - "start": { - "line": 59, - "column": 4 - }, - "end": { - "line": 59, - "column": 29 - } - }, - "19": { - "start": { - "line": 60, - "column": 17 - }, - "end": { - "line": 60, - "column": 26 - } - }, - "20": { - "start": { - "line": 61, - "column": 4 - }, - "end": { - "line": 61, - "column": 18 - } - }, - "21": { - "start": { - "line": 65, - "column": 2 - }, - "end": { - "line": 121, - "column": 4 - } - }, - "22": { - "start": { - "line": 96, - "column": 16 - }, - "end": { - "line": 96, - "column": 69 - } - }, - "23": { - "start": { - "line": 97, - "column": 16 - }, - "end": { - "line": 97, - "column": 30 - } - } - }, - "fnMap": { - "0": { - "name": "UserMenu", - "decl": { - "start": { - "line": 39, - "column": 24 - }, - "end": { - "line": 39, - "column": 32 - } - }, - "loc": { - "start": { - "line": 39, - "column": 35 - }, - "end": { - "line": 122, - "column": 1 - } - }, - "line": 39 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 41, - "column": 41 - }, - "end": { - "line": 41, - "column": 42 - } - }, - "loc": { - "start": { - "line": 41, - "column": 52 - }, - "end": { - "line": 41, - "column": 72 - } - }, - "line": 41 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 42, - "column": 43 - }, - "end": { - "line": 42, - "column": 44 - } - }, - "loc": { - "start": { - "line": 42, - "column": 54 - }, - "end": { - "line": 42, - "column": 75 - } - }, - "line": 42 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 43, - "column": 40 - }, - "end": { - "line": 43, - "column": 41 - } - }, - "loc": { - "start": { - "line": 43, - "column": 51 - }, - "end": { - "line": 43, - "column": 69 - } - }, - "line": 43 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 50, - "column": 22 - }, - "end": { - "line": 50, - "column": 23 - } - }, - "loc": { - "start": { - "line": 50, - "column": 70 - }, - "end": { - "line": 53, - "column": 3 - } - }, - "line": 50 - }, - "5": { - "name": "(anonymous_5)", - "decl": { - "start": { - "line": 54, - "column": 22 - }, - "end": { - "line": 54, - "column": 23 - } - }, - "loc": { - "start": { - "line": 54, - "column": 28 - }, - "end": { - "line": 56, - "column": 3 - } - }, - "line": 54 - }, - "6": { - "name": "(anonymous_6)", - "decl": { - "start": { - "line": 58, - "column": 17 - }, - "end": { - "line": 58, - "column": 18 - } - }, - "loc": { - "start": { - "line": 58, - "column": 23 - }, - "end": { - "line": 63, - "column": 3 - } - }, - "line": 58 - }, - "7": { - "name": "(anonymous_7)", - "decl": { - "start": { - "line": 95, - "column": 23 - }, - "end": { - "line": 95, - "column": 24 - } - }, - "loc": { - "start": { - "line": 95, - "column": 29 - }, - "end": { - "line": 98, - "column": 15 - } - }, - "line": 95 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 71, - "column": 23 - }, - "end": { - "line": 71, - "column": 48 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 71, - "column": 30 - }, - "end": { - "line": 71, - "column": 36 - } - }, - { - "start": { - "line": 71, - "column": 39 - }, - "end": { - "line": 71, - "column": 48 - } - } - ], - "line": 71 - }, - "1": { - "loc": { - "start": { - "line": 89, - "column": 9 - }, - "end": { - "line": 103, - "column": 9 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 89, - "column": 9 - }, - "end": { - "line": 89, - "column": 48 - } - }, - { - "start": { - "line": 90, - "column": 10 - }, - "end": { - "line": 102, - "column": 21 - } - } - ], - "line": 89 - }, - "2": { - "loc": { - "start": { - "line": 89, - "column": 11 - }, - "end": { - "line": 89, - "column": 47 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 89, - "column": 11 - }, - "end": { - "line": 89, - "column": 23 - } - }, - { - "start": { - "line": 89, - "column": 27 - }, - "end": { - "line": 89, - "column": 47 - } - } - ], - "line": 89 - } - }, - "s": { - "0": 2, - "1": 2, - "2": 2, - "3": 2, - "4": 9, - "5": 2, - "6": 9, - "7": 2, - "8": 9, - "9": 2, - "10": 2, - "11": 2, - "12": 2, - "13": 0, - "14": 0, - "15": 2, - "16": 0, - "17": 2, - "18": 0, - "19": 0, - "20": 0, - "21": 2, - "22": 0, - "23": 0 - }, - "f": { - "0": 2, - "1": 9, - "2": 9, - "3": 9, - "4": 0, - "5": 0, - "6": 0, - "7": 0 - }, - "b": { - "0": [0, 2], - "1": [2, 2], - "2": [2, 2] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "79e25157799153bf179ae9af2af6fc0b46656de0" - }, - "/Users/alberto/Repositories/bloom-frontend/components/layout/TopBar.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/layout/TopBar.tsx", - "statementMap": { - "0": { - "start": { - "line": 19, - "column": 26 - }, - "end": { - "line": 19, - "column": 48 - } - }, - "1": { - "start": { - "line": 21, - "column": 20 - }, - "end": { - "line": 24, - "column": 10 - } - }, - "2": { - "start": { - "line": 23, - "column": 28 - }, - "end": { - "line": 23, - "column": 51 - } - }, - "3": { - "start": { - "line": 26, - "column": 30 - }, - "end": { - "line": 32, - "column": 10 - } - }, - "4": { - "start": { - "line": 34, - "column": 27 - }, - "end": { - "line": 39, - "column": 10 - } - }, - "5": { - "start": { - "line": 41, - "column": 26 - }, - "end": { - "line": 43, - "column": 10 - } - }, - "6": { - "start": { - "line": 45, - "column": 15 - }, - "end": { - "line": 122, - "column": 1 - } - }, - "7": { - "start": { - "line": 46, - "column": 12 - }, - "end": { - "line": 46, - "column": 41 - } - }, - "8": { - "start": { - "line": 47, - "column": 13 - }, - "end": { - "line": 47, - "column": 38 - } - }, - "9": { - "start": { - "line": 48, - "column": 17 - }, - "end": { - "line": 48, - "column": 28 - } - }, - "10": { - "start": { - "line": 49, - "column": 16 - }, - "end": { - "line": 49, - "column": 26 - } - }, - "11": { - "start": { - "line": 50, - "column": 24 - }, - "end": { - "line": 50, - "column": 67 - } - }, - "12": { - "start": { - "line": 51, - "column": 38 - }, - "end": { - "line": 51, - "column": 59 - } - }, - "13": { - "start": { - "line": 53, - "column": 17 - }, - "end": { - "line": 53, - "column": 59 - } - }, - "14": { - "start": { - "line": 53, - "column": 45 - }, - "end": { - "line": 53, - "column": 58 - } - }, - "15": { - "start": { - "line": 54, - "column": 24 - }, - "end": { - "line": 54, - "column": 73 - } - }, - "16": { - "start": { - "line": 54, - "column": 52 - }, - "end": { - "line": 54, - "column": 72 - } - }, - "17": { - "start": { - "line": 55, - "column": 26 - }, - "end": { - "line": 55, - "column": 76 - } - }, - "18": { - "start": { - "line": 55, - "column": 54 - }, - "end": { - "line": 55, - "column": 75 - } - }, - "19": { - "start": { - "line": 56, - "column": 23 - }, - "end": { - "line": 56, - "column": 70 - } - }, - "20": { - "start": { - "line": 56, - "column": 51 - }, - "end": { - "line": 56, - "column": 69 - } - }, - "21": { - "start": { - "line": 57, - "column": 24 - }, - "end": { - "line": 57, - "column": 86 - } - }, - "22": { - "start": { - "line": 59, - "column": 2 - }, - "end": { - "line": 66, - "column": 53 - } - }, - "23": { - "start": { - "line": 60, - "column": 4 - }, - "end": { - "line": 62, - "column": 5 - } - }, - "24": { - "start": { - "line": 61, - "column": 6 - }, - "end": { - "line": 61, - "column": 75 - } - }, - "25": { - "start": { - "line": 63, - "column": 4 - }, - "end": { - "line": 65, - "column": 5 - } - }, - "26": { - "start": { - "line": 64, - "column": 6 - }, - "end": { - "line": 64, - "column": 81 - } - }, - "27": { - "start": { - "line": 68, - "column": 2 - }, - "end": { - "line": 121, - "column": 4 - } - }, - "28": { - "start": { - "line": 78, - "column": 14 - }, - "end": { - "line": 78, - "column": 64 - } - }, - "29": { - "start": { - "line": 106, - "column": 22 - }, - "end": { - "line": 106, - "column": 68 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 23, - "column": 10 - }, - "end": { - "line": 23, - "column": 11 - } - }, - "loc": { - "start": { - "line": 23, - "column": 28 - }, - "end": { - "line": 23, - "column": 51 - } - }, - "line": 23 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 45, - "column": 15 - }, - "end": { - "line": 45, - "column": 16 - } - }, - "loc": { - "start": { - "line": 45, - "column": 21 - }, - "end": { - "line": 122, - "column": 1 - } - }, - "line": 45 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 53, - "column": 34 - }, - "end": { - "line": 53, - "column": 35 - } - }, - "loc": { - "start": { - "line": 53, - "column": 45 - }, - "end": { - "line": 53, - "column": 58 - } - }, - "line": 53 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 54, - "column": 41 - }, - "end": { - "line": 54, - "column": 42 - } - }, - "loc": { - "start": { - "line": 54, - "column": 52 - }, - "end": { - "line": 54, - "column": 72 - } - }, - "line": 54 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 55, - "column": 43 - }, - "end": { - "line": 55, - "column": 44 - } - }, - "loc": { - "start": { - "line": 55, - "column": 54 - }, - "end": { - "line": 55, - "column": 75 - } - }, - "line": 55 - }, - "5": { - "name": "(anonymous_5)", - "decl": { - "start": { - "line": 56, - "column": 40 - }, - "end": { - "line": 56, - "column": 41 - } - }, - "loc": { - "start": { - "line": 56, - "column": 51 - }, - "end": { - "line": 56, - "column": 69 - } - }, - "line": 56 - }, - "6": { - "name": "(anonymous_6)", - "decl": { - "start": { - "line": 59, - "column": 12 - }, - "end": { - "line": 59, - "column": 13 - } - }, - "loc": { - "start": { - "line": 59, - "column": 18 - }, - "end": { - "line": 66, - "column": 3 - } - }, - "line": 59 - }, - "7": { - "name": "(anonymous_7)", - "decl": { - "start": { - "line": 77, - "column": 21 - }, - "end": { - "line": 77, - "column": 22 - } - }, - "loc": { - "start": { - "line": 77, - "column": 27 - }, - "end": { - "line": 79, - "column": 13 - } - }, - "line": 77 - }, - "8": { - "name": "(anonymous_8)", - "decl": { - "start": { - "line": 105, - "column": 29 - }, - "end": { - "line": 105, - "column": 30 - } - }, - "loc": { - "start": { - "line": 105, - "column": 35 - }, - "end": { - "line": 107, - "column": 21 - } - }, - "line": 105 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 42, - "column": 40 - }, - "end": { - "line": 42, - "column": 75 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 42, - "column": 60 - }, - "end": { - "line": 42, - "column": 66 - } - }, - { - "start": { - "line": 42, - "column": 69 - }, - "end": { - "line": 42, - "column": 75 - } - } - ], - "line": 42 - }, - "1": { - "loc": { - "start": { - "line": 60, - "column": 4 - }, - "end": { - "line": 62, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 60, - "column": 4 - }, - "end": { - "line": 62, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 60 - }, - "2": { - "loc": { - "start": { - "line": 60, - "column": 8 - }, - "end": { - "line": 60, - "column": 44 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 60, - "column": 8 - }, - "end": { - "line": 60, - "column": 20 - } - }, - { - "start": { - "line": 60, - "column": 24 - }, - "end": { - "line": 60, - "column": 44 - } - } - ], - "line": 60 - }, - "3": { - "loc": { - "start": { - "line": 63, - "column": 4 - }, - "end": { - "line": 65, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 63, - "column": 4 - }, - "end": { - "line": 65, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 63 - }, - "4": { - "loc": { - "start": { - "line": 92, - "column": 13 - }, - "end": { - "line": 92, - "column": 49 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 92, - "column": 13 - }, - "end": { - "line": 92, - "column": 27 - } - }, - { - "start": { - "line": 92, - "column": 31 - }, - "end": { - "line": 92, - "column": 49 - } - } - ], - "line": 92 - }, - "5": { - "loc": { - "start": { - "line": 93, - "column": 13 - }, - "end": { - "line": 93, - "column": 57 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 93, - "column": 13 - }, - "end": { - "line": 93, - "column": 19 - } - }, - { - "start": { - "line": 93, - "column": 23 - }, - "end": { - "line": 93, - "column": 41 - } - }, - { - "start": { - "line": 93, - "column": 45 - }, - "end": { - "line": 93, - "column": 57 - } - } - ], - "line": 93 - }, - "6": { - "loc": { - "start": { - "line": 95, - "column": 13 - }, - "end": { - "line": 114, - "column": 13 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 95, - "column": 13 - }, - "end": { - "line": 95, - "column": 31 - } - }, - { - "start": { - "line": 96, - "column": 14 - }, - "end": { - "line": 113, - "column": 17 - } - } - ], - "line": 95 - }, - "7": { - "loc": { - "start": { - "line": 97, - "column": 17 - }, - "end": { - "line": 111, - "column": 17 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 97, - "column": 17 - }, - "end": { - "line": 97, - "column": 31 - } - }, - { - "start": { - "line": 97, - "column": 35 - }, - "end": { - "line": 97, - "column": 42 - } - }, - { - "start": { - "line": 98, - "column": 18 - }, - "end": { - "line": 110, - "column": 27 - } - } - ], - "line": 97 - }, - "8": { - "loc": { - "start": { - "line": 112, - "column": 17 - }, - "end": { - "line": 112, - "column": 54 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 112, - "column": 17 - }, - "end": { - "line": 112, - "column": 30 - } - }, - { - "start": { - "line": 112, - "column": 34 - }, - "end": { - "line": 112, - "column": 54 - } - } - ], - "line": 112 - }, - "9": { - "loc": { - "start": { - "line": 117, - "column": 9 - }, - "end": { - "line": 117, - "column": 95 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 117, - "column": 9 - }, - "end": { - "line": 117, - "column": 23 - } - }, - { - "start": { - "line": 117, - "column": 27 - }, - "end": { - "line": 117, - "column": 45 - } - }, - { - "start": { - "line": 117, - "column": 49 - }, - "end": { - "line": 117, - "column": 95 - } - } - ], - "line": 117 - } - }, - "s": { - "0": 2, - "1": 2, - "2": 12, - "3": 2, - "4": 2, - "5": 2, - "6": 2, - "7": 12, - "8": 12, - "9": 12, - "10": 12, - "11": 12, - "12": 12, - "13": 12, - "14": 33, - "15": 12, - "16": 33, - "17": 12, - "18": 33, - "19": 12, - "20": 33, - "21": 12, - "22": 12, - "23": 5, - "24": 0, - "25": 5, - "26": 0, - "27": 12, - "28": 0, - "29": 0 - }, - "f": { - "0": 12, - "1": 12, - "2": 33, - "3": 33, - "4": 33, - "5": 33, - "6": 5, - "7": 0, - "8": 0 - }, - "b": { - "0": [0, 2], - "1": [0, 5], - "2": [5, 5], - "3": [0, 5], - "4": [12, 12], - "5": [12, 2, 2], - "6": [12, 12], - "7": [12, 12, 10], - "8": [12, 0], - "9": [12, 12, 12] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "909f73b0a484999f8733629853921efaf499c393" - }, - "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokAudio.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokAudio.tsx", - "statementMap": { - "0": { - "start": { - "line": 6, - "column": 20 - }, - "end": { - "line": 6, - "column": 78 - } - }, - "1": { - "start": { - "line": 6, - "column": 34 - }, - "end": { - "line": 6, - "column": 61 - } - }, - "2": { - "start": { - "line": 8, - "column": 28 - }, - "end": { - "line": 10, - "column": 10 - } - }, - "3": { - "start": { - "line": 19, - "column": 23 - }, - "end": { - "line": 38, - "column": 1 - } - }, - "4": { - "start": { - "line": 20, - "column": 62 - }, - "end": { - "line": 20, - "column": 67 - } - }, - "5": { - "start": { - "line": 21, - "column": 2 - }, - "end": { - "line": 21, - "column": 32 - } - }, - "6": { - "start": { - "line": 21, - "column": 19 - }, - "end": { - "line": 21, - "column": 32 - } - }, - "7": { - "start": { - "line": 23, - "column": 25 - }, - "end": { - "line": 29, - "column": 12 - } - }, - "8": { - "start": { - "line": 31, - "column": 2 - }, - "end": { - "line": 37, - "column": 4 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 6, - "column": 28 - }, - "end": { - "line": 6, - "column": 29 - } - }, - "loc": { - "start": { - "line": 6, - "column": 34 - }, - "end": { - "line": 6, - "column": 61 - } - }, - "line": 6 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 19, - "column": 23 - }, - "end": { - "line": 19, - "column": 24 - } - }, - "loc": { - "start": { - "line": 19, - "column": 55 - }, - "end": { - "line": 38, - "column": 1 - } - }, - "line": 19 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 20, - "column": 39 - }, - "end": { - "line": 20, - "column": 57 - } - }, - "type": "default-arg", - "locations": [ - { - "start": { - "line": 20, - "column": 51 - }, - "end": { - "line": 20, - "column": 57 - } - } - ], - "line": 20 - }, - "1": { - "loc": { - "start": { - "line": 21, - "column": 2 - }, - "end": { - "line": 21, - "column": 32 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 21, - "column": 2 - }, - "end": { - "line": 21, - "column": 32 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 21 - }, - "2": { - "loc": { - "start": { - "line": 26, - "column": 16 - }, - "end": { - "line": 26, - "column": 76 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 26, - "column": 66 - }, - "end": { - "line": 26, - "column": 72 - } - }, - { - "start": { - "line": 26, - "column": 75 - }, - "end": { - "line": 26, - "column": 76 - } - } - ], - "line": 26 - }, - "3": { - "loc": { - "start": { - "line": 26, - "column": 16 - }, - "end": { - "line": 26, - "column": 63 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 26, - "column": 16 - }, - "end": { - "line": 26, - "column": 38 - } - }, - { - "start": { - "line": 26, - "column": 42 - }, - "end": { - "line": 26, - "column": 63 - } - } - ], - "line": 26 - }, - "4": { - "loc": { - "start": { - "line": 27, - "column": 17 - }, - "end": { - "line": 27, - "column": 52 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 27, - "column": 42 - }, - "end": { - "line": 27, - "column": 48 - } - }, - { - "start": { - "line": 27, - "column": 51 - }, - "end": { - "line": 27, - "column": 52 - } - } - ], - "line": 27 - } - }, - "s": { - "0": 2, - "1": 0, - "2": 2, - "3": 2, - "4": 0, - "5": 0, - "6": 0, - "7": 0, - "8": 0 - }, - "f": { - "0": 0, - "1": 0 - }, - "b": { - "0": [0], - "1": [0, 0], - "2": [0, 0], - "3": [0, 0], - "4": [0, 0] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "acbdf8290b36987b4b010e01ce0e6891c6c7812b" - }, - "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokButton.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokButton.tsx", - "statementMap": { - "0": { - "start": { - "line": 21, - "column": 24 - }, - "end": { - "line": 60, - "column": 1 - } - }, - "1": { - "start": { - "line": 22, - "column": 85 - }, - "end": { - "line": 22, - "column": 90 - } - }, - "2": { - "start": { - "line": 23, - "column": 24 - }, - "end": { - "line": 23, - "column": 73 - } - }, - "3": { - "start": { - "line": 23, - "column": 52 - }, - "end": { - "line": 23, - "column": 72 - } - }, - "4": { - "start": { - "line": 24, - "column": 26 - }, - "end": { - "line": 24, - "column": 76 - } - }, - "5": { - "start": { - "line": 24, - "column": 54 - }, - "end": { - "line": 24, - "column": 75 - } - }, - "6": { - "start": { - "line": 25, - "column": 23 - }, - "end": { - "line": 25, - "column": 70 - } - }, - "7": { - "start": { - "line": 25, - "column": 51 - }, - "end": { - "line": 25, - "column": 69 - } - }, - "8": { - "start": { - "line": 26, - "column": 24 - }, - "end": { - "line": 26, - "column": 86 - } - }, - "9": { - "start": { - "line": 28, - "column": 2 - }, - "end": { - "line": 28, - "column": 46 - } - }, - "10": { - "start": { - "line": 28, - "column": 33 - }, - "end": { - "line": 28, - "column": 46 - } - }, - "11": { - "start": { - "line": 30, - "column": 22 - }, - "end": { - "line": 41, - "column": 12 - } - }, - "12": { - "start": { - "line": 43, - "column": 2 - }, - "end": { - "line": 59, - "column": 4 - } - }, - "13": { - "start": { - "line": 53, - "column": 10 - }, - "end": { - "line": 53, - "column": 70 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 21, - "column": 24 - }, - "end": { - "line": 21, - "column": 25 - } - }, - "loc": { - "start": { - "line": 21, - "column": 57 - }, - "end": { - "line": 60, - "column": 1 - } - }, - "line": 21 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 23, - "column": 41 - }, - "end": { - "line": 23, - "column": 42 - } - }, - "loc": { - "start": { - "line": 23, - "column": 52 - }, - "end": { - "line": 23, - "column": 72 - } - }, - "line": 23 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 24, - "column": 43 - }, - "end": { - "line": 24, - "column": 44 - } - }, - "loc": { - "start": { - "line": 24, - "column": 54 - }, - "end": { - "line": 24, - "column": 75 - } - }, - "line": 24 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 25, - "column": 40 - }, - "end": { - "line": 25, - "column": 41 - } - }, - "loc": { - "start": { - "line": 25, - "column": 51 - }, - "end": { - "line": 25, - "column": 69 - } - }, - "line": 25 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 52, - "column": 17 - }, - "end": { - "line": 52, - "column": 18 - } - }, - "loc": { - "start": { - "line": 52, - "column": 23 - }, - "end": { - "line": 54, - "column": 9 - } - }, - "line": 52 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 22, - "column": 33 - }, - "end": { - "line": 22, - "column": 57 - } - }, - "type": "default-arg", - "locations": [ - { - "start": { - "line": 22, - "column": 41 - }, - "end": { - "line": 22, - "column": 57 - } - } - ], - "line": 22 - }, - "1": { - "loc": { - "start": { - "line": 22, - "column": 65 - }, - "end": { - "line": 22, - "column": 80 - } - }, - "type": "default-arg", - "locations": [ - { - "start": { - "line": 22, - "column": 72 - }, - "end": { - "line": 22, - "column": 80 - } - } - ], - "line": 22 - }, - "2": { - "loc": { - "start": { - "line": 28, - "column": 2 - }, - "end": { - "line": 28, - "column": 46 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 28, - "column": 2 - }, - "end": { - "line": 28, - "column": 46 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 28 - }, - "3": { - "loc": { - "start": { - "line": 28, - "column": 6 - }, - "end": { - "line": 28, - "column": 31 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 28, - "column": 6 - }, - "end": { - "line": 28, - "column": 11 - } - }, - { - "start": { - "line": 28, - "column": 15 - }, - "end": { - "line": 28, - "column": 31 - } - } - ], - "line": 28 - }, - "4": { - "loc": { - "start": { - "line": 33, - "column": 6 - }, - "end": { - "line": 39, - "column": 19 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 34, - "column": 10 - }, - "end": { - "line": 34, - "column": 26 - } - }, - { - "start": { - "line": 35, - "column": 10 - }, - "end": { - "line": 39, - "column": 19 - } - } - ], - "line": 33 - }, - "5": { - "loc": { - "start": { - "line": 35, - "column": 10 - }, - "end": { - "line": 39, - "column": 19 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 36, - "column": 12 - }, - "end": { - "line": 36, - "column": 26 - } - }, - { - "start": { - "line": 37, - "column": 12 - }, - "end": { - "line": 39, - "column": 19 - } - } - ], - "line": 35 - }, - "6": { - "loc": { - "start": { - "line": 37, - "column": 12 - }, - "end": { - "line": 39, - "column": 19 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 38, - "column": 14 - }, - "end": { - "line": 38, - "column": 30 - } - }, - { - "start": { - "line": 39, - "column": 14 - }, - "end": { - "line": 39, - "column": 19 - } - } - ], - "line": 37 - }, - "7": { - "loc": { - "start": { - "line": 40, - "column": 11 - }, - "end": { - "line": 40, - "column": 69 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 40, - "column": 38 - }, - "end": { - "line": 40, - "column": 52 - } - }, - { - "start": { - "line": 40, - "column": 55 - }, - "end": { - "line": 40, - "column": 69 - } - } - ], - "line": 40 - }, - "8": { - "loc": { - "start": { - "line": 49, - "column": 15 - }, - "end": { - "line": 49, - "column": 66 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 49, - "column": 43 - }, - "end": { - "line": 49, - "column": 52 - } - }, - { - "start": { - "line": 49, - "column": 55 - }, - "end": { - "line": 49, - "column": 66 - } - } - ], - "line": 49 - } - }, - "s": { - "0": 2, - "1": 14, - "2": 14, - "3": 34, - "4": 14, - "5": 34, - "6": 14, - "7": 34, - "8": 14, - "9": 14, - "10": 0, - "11": 14, - "12": 14, - "13": 0 - }, - "f": { - "0": 14, - "1": 34, - "2": 34, - "3": 34, - "4": 0 - }, - "b": { - "0": [0], - "1": [0], - "2": [0, 14], - "3": [14, 14], - "4": [0, 14], - "5": [0, 14], - "6": [0, 14], - "7": [0, 14], - "8": [0, 14] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "a3e114eef9c3c9f18494e332fbc59dd29ceb61d2" - }, - "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokCard.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokCard.tsx", - "statementMap": { - "0": { - "start": { - "line": 33, - "column": 25 - }, - "end": { - "line": 37, - "column": 10 - } - }, - "1": { - "start": { - "line": 39, - "column": 23 - }, - "end": { - "line": 44, - "column": 1 - } - }, - "2": { - "start": { - "line": 45, - "column": 21 - }, - "end": { - "line": 50, - "column": 1 - } - }, - "3": { - "start": { - "line": 52, - "column": 18 - }, - "end": { - "line": 56, - "column": 1 - } - }, - "4": { - "start": { - "line": 58, - "column": 22 - }, - "end": { - "line": 166, - "column": 1 - } - }, - "5": { - "start": { - "line": 59, - "column": 34 - }, - "end": { - "line": 59, - "column": 58 - } - }, - "6": { - "start": { - "line": 71, - "column": 6 - }, - "end": { - "line": 71, - "column": 11 - } - }, - "7": { - "start": { - "line": 73, - "column": 12 - }, - "end": { - "line": 73, - "column": 38 - } - }, - "8": { - "start": { - "line": 74, - "column": 13 - }, - "end": { - "line": 74, - "column": 38 - } - }, - "9": { - "start": { - "line": 76, - "column": 28 - }, - "end": { - "line": 78, - "column": 3 - } - }, - "10": { - "start": { - "line": 77, - "column": 4 - }, - "end": { - "line": 77, - "column": 27 - } - }, - "11": { - "start": { - "line": 80, - "column": 21 - }, - "end": { - "line": 82, - "column": 12 - } - }, - "12": { - "start": { - "line": 84, - "column": 22 - }, - "end": { - "line": 92, - "column": 3 - } - }, - "13": { - "start": { - "line": 94, - "column": 27 - }, - "end": { - "line": 103, - "column": 12 - } - }, - "14": { - "start": { - "line": 105, - "column": 30 - }, - "end": { - "line": 108, - "column": 12 - } - }, - "15": { - "start": { - "line": 110, - "column": 31 - }, - "end": { - "line": 114, - "column": 12 - } - }, - "16": { - "start": { - "line": 116, - "column": 26 - }, - "end": { - "line": 125, - "column": 3 - } - }, - "17": { - "start": { - "line": 117, - "column": 4 - }, - "end": { - "line": 124, - "column": 18 - } - }, - "18": { - "start": { - "line": 127, - "column": 2 - }, - "end": { - "line": 165, - "column": 4 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 58, - "column": 22 - }, - "end": { - "line": 58, - "column": 23 - } - }, - "loc": { - "start": { - "line": 58, - "column": 53 - }, - "end": { - "line": 166, - "column": 1 - } - }, - "line": 58 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 76, - "column": 28 - }, - "end": { - "line": 76, - "column": 29 - } - }, - "loc": { - "start": { - "line": 76, - "column": 34 - }, - "end": { - "line": 78, - "column": 3 - } - }, - "line": 76 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 116, - "column": 26 - }, - "end": { - "line": 116, - "column": 27 - } - }, - "loc": { - "start": { - "line": 117, - "column": 4 - }, - "end": { - "line": 124, - "column": 18 - } - }, - "line": 117 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 65, - "column": 4 - }, - "end": { - "line": 65, - "column": 22 - } - }, - "type": "default-arg", - "locations": [ - { - "start": { - "line": 65, - "column": 16 - }, - "end": { - "line": 65, - "column": 22 - } - } - ], - "line": 65 - }, - "1": { - "loc": { - "start": { - "line": 66, - "column": 4 - }, - "end": { - "line": 66, - "column": 31 - } - }, - "type": "default-arg", - "locations": [ - { - "start": { - "line": 66, - "column": 17 - }, - "end": { - "line": 66, - "column": 31 - } - } - ], - "line": 66 - }, - "2": { - "loc": { - "start": { - "line": 67, - "column": 4 - }, - "end": { - "line": 67, - "column": 21 - } - }, - "type": "default-arg", - "locations": [ - { - "start": { - "line": 67, - "column": 12 - }, - "end": { - "line": 67, - "column": 21 - } - } - ], - "line": 67 - }, - "3": { - "loc": { - "start": { - "line": 68, - "column": 4 - }, - "end": { - "line": 68, - "column": 27 - } - }, - "type": "default-arg", - "locations": [ - { - "start": { - "line": 68, - "column": 22 - }, - "end": { - "line": 68, - "column": 27 - } - } - ], - "line": 68 - }, - "4": { - "loc": { - "start": { - "line": 81, - "column": 15 - }, - "end": { - "line": 81, - "column": 51 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 81, - "column": 26 - }, - "end": { - "line": 81, - "column": 42 - } - }, - { - "start": { - "line": 81, - "column": 45 - }, - "end": { - "line": 81, - "column": 51 - } - } - ], - "line": 81 - }, - "5": { - "loc": { - "start": { - "line": 86, - "column": 8 - }, - "end": { - "line": 86, - "column": 79 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 86, - "column": 26 - }, - "end": { - "line": 86, - "column": 74 - } - }, - { - "start": { - "line": 86, - "column": 77 - }, - "end": { - "line": 86, - "column": 79 - } - } - ], - "line": 86 - }, - "6": { - "loc": { - "start": { - "line": 95, - "column": 8 - }, - "end": { - "line": 95, - "column": 42 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 95, - "column": 26 - }, - "end": { - "line": 95, - "column": 37 - } - }, - { - "start": { - "line": 95, - "column": 40 - }, - "end": { - "line": 95, - "column": 42 - } - } - ], - "line": 95 - }, - "7": { - "loc": { - "start": { - "line": 98, - "column": 6 - }, - "end": { - "line": 98, - "column": 87 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 98, - "column": 30 - }, - "end": { - "line": 98, - "column": 43 - } - }, - { - "start": { - "line": 98, - "column": 46 - }, - "end": { - "line": 98, - "column": 87 - } - } - ], - "line": 98 - }, - "8": { - "loc": { - "start": { - "line": 98, - "column": 46 - }, - "end": { - "line": 98, - "column": 87 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 98, - "column": 71 - }, - "end": { - "line": 98, - "column": 79 - } - }, - { - "start": { - "line": 98, - "column": 82 - }, - "end": { - "line": 98, - "column": 87 - } - } - ], - "line": 98 - }, - "9": { - "loc": { - "start": { - "line": 99, - "column": 16 - }, - "end": { - "line": 99, - "column": 97 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 99, - "column": 40 - }, - "end": { - "line": 99, - "column": 50 - } - }, - { - "start": { - "line": 99, - "column": 53 - }, - "end": { - "line": 99, - "column": 97 - } - } - ], - "line": 99 - }, - "10": { - "loc": { - "start": { - "line": 99, - "column": 53 - }, - "end": { - "line": 99, - "column": 97 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 99, - "column": 78 - }, - "end": { - "line": 99, - "column": 86 - } - }, - { - "start": { - "line": 99, - "column": 89 - }, - "end": { - "line": 99, - "column": 97 - } - } - ], - "line": 99 - }, - "11": { - "loc": { - "start": { - "line": 100, - "column": 15 - }, - "end": { - "line": 100, - "column": 91 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 100, - "column": 39 - }, - "end": { - "line": 100, - "column": 46 - } - }, - { - "start": { - "line": 100, - "column": 49 - }, - "end": { - "line": 100, - "column": 91 - } - } - ], - "line": 100 - }, - "12": { - "loc": { - "start": { - "line": 100, - "column": 49 - }, - "end": { - "line": 100, - "column": 91 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 100, - "column": 74 - }, - "end": { - "line": 100, - "column": 82 - } - }, - { - "start": { - "line": 100, - "column": 85 - }, - "end": { - "line": 100, - "column": 91 - } - } - ], - "line": 100 - }, - "13": { - "loc": { - "start": { - "line": 106, - "column": 8 - }, - "end": { - "line": 106, - "column": 55 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 106, - "column": 26 - }, - "end": { - "line": 106, - "column": 40 - } - }, - { - "start": { - "line": 106, - "column": 43 - }, - "end": { - "line": 106, - "column": 55 - } - } - ], - "line": 106 - }, - "14": { - "loc": { - "start": { - "line": 112, - "column": 15 - }, - "end": { - "line": 112, - "column": 91 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 112, - "column": 39 - }, - "end": { - "line": 112, - "column": 46 - } - }, - { - "start": { - "line": 112, - "column": 49 - }, - "end": { - "line": 112, - "column": 91 - } - } - ], - "line": 112 - }, - "15": { - "loc": { - "start": { - "line": 112, - "column": 49 - }, - "end": { - "line": 112, - "column": 91 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 112, - "column": 74 - }, - "end": { - "line": 112, - "column": 82 - } - }, - { - "start": { - "line": 112, - "column": 85 - }, - "end": { - "line": 112, - "column": 91 - } - } - ], - "line": 112 - }, - "16": { - "loc": { - "start": { - "line": 113, - "column": 8 - }, - "end": { - "line": 113, - "column": 42 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 113, - "column": 26 - }, - "end": { - "line": 113, - "column": 37 - } - }, - { - "start": { - "line": 113, - "column": 40 - }, - "end": { - "line": 113, - "column": 42 - } - } - ], - "line": 113 - }, - "17": { - "loc": { - "start": { - "line": 118, - "column": 7 - }, - "end": { - "line": 122, - "column": 7 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 118, - "column": 7 - }, - "end": { - "line": 118, - "column": 12 - } - }, - { - "start": { - "line": 118, - "column": 16 - }, - "end": { - "line": 118, - "column": 30 - } - }, - { - "start": { - "line": 119, - "column": 8 - }, - "end": { - "line": 121, - "column": 14 - } - } - ], - "line": 118 - }, - "18": { - "loc": { - "start": { - "line": 133, - "column": 9 - }, - "end": { - "line": 143, - "column": 9 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 134, - "column": 10 - }, - "end": { - "line": 140, - "column": 27 - } - }, - { - "start": { - "line": 142, - "column": 10 - }, - "end": { - "line": 142, - "column": 29 - } - } - ], - "line": 133 - }, - "19": { - "loc": { - "start": { - "line": 144, - "column": 9 - }, - "end": { - "line": 155, - "column": 9 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 144, - "column": 9 - }, - "end": { - "line": 144, - "column": 24 - } - }, - { - "start": { - "line": 145, - "column": 10 - }, - "end": { - "line": 154, - "column": 24 - } - } - ], - "line": 144 - }, - "20": { - "loc": { - "start": { - "line": 157, - "column": 7 - }, - "end": { - "line": 163, - "column": 7 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 157, - "column": 7 - }, - "end": { - "line": 157, - "column": 22 - } - }, - { - "start": { - "line": 158, - "column": 8 - }, - "end": { - "line": 162, - "column": 19 - } - } - ], - "line": 157 - } - }, - "s": { - "0": 2, - "1": 2, - "2": 2, - "3": 2, - "4": 2, - "5": 54, - "6": 54, - "7": 54, - "8": 54, - "9": 54, - "10": 0, - "11": 54, - "12": 54, - "13": 54, - "14": 54, - "15": 54, - "16": 54, - "17": 54, - "18": 54 - }, - "f": { - "0": 54, - "1": 0, - "2": 54 - }, - "b": { - "0": [0], - "1": [0], - "2": [0], - "3": [24], - "4": [0, 54], - "5": [0, 54], - "6": [54, 0], - "7": [0, 54], - "8": [0, 54], - "9": [0, 54], - "10": [0, 54], - "11": [0, 54], - "12": [0, 54], - "13": [54, 0], - "14": [0, 54], - "15": [0, 54], - "16": [54, 0], - "17": [54, 54, 30], - "18": [54, 0], - "19": [54, 0], - "20": [54, 0] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "7b7809bb9ae0ac2e90edb82ef7eee6eebffb9c90" - }, - "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokImage.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokImage.tsx", - "statementMap": { - "0": { - "start": { - "line": 14, - "column": 23 - }, - "end": { - "line": 66, - "column": 1 - } - }, - "1": { - "start": { - "line": 15, - "column": 79 - }, - "end": { - "line": 15, - "column": 84 - } - }, - "2": { - "start": { - "line": 17, - "column": 2 - }, - "end": { - "line": 17, - "column": 46 - } - }, - "3": { - "start": { - "line": 17, - "column": 33 - }, - "end": { - "line": 17, - "column": 46 - } - }, - "4": { - "start": { - "line": 19, - "column": 30 - }, - "end": { - "line": 56, - "column": 12 - } - }, - "5": { - "start": { - "line": 58, - "column": 2 - }, - "end": { - "line": 65, - "column": 4 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 14, - "column": 23 - }, - "end": { - "line": 14, - "column": 24 - } - }, - "loc": { - "start": { - "line": 14, - "column": 55 - }, - "end": { - "line": 66, - "column": 1 - } - }, - "line": 14 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 15, - "column": 34 - }, - "end": { - "line": 15, - "column": 54 - } - }, - "type": "default-arg", - "locations": [ - { - "start": { - "line": 15, - "column": 41 - }, - "end": { - "line": 15, - "column": 54 - } - } - ], - "line": 15 - }, - "1": { - "loc": { - "start": { - "line": 15, - "column": 56 - }, - "end": { - "line": 15, - "column": 74 - } - }, - "type": "default-arg", - "locations": [ - { - "start": { - "line": 15, - "column": 68 - }, - "end": { - "line": 15, - "column": 74 - } - } - ], - "line": 15 - }, - "2": { - "loc": { - "start": { - "line": 17, - "column": 2 - }, - "end": { - "line": 17, - "column": 46 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 17, - "column": 2 - }, - "end": { - "line": 17, - "column": 46 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 17 - }, - "3": { - "loc": { - "start": { - "line": 17, - "column": 6 - }, - "end": { - "line": 17, - "column": 31 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 17, - "column": 6 - }, - "end": { - "line": 17, - "column": 12 - } - }, - { - "start": { - "line": 17, - "column": 16 - }, - "end": { - "line": 17, - "column": 31 - } - } - ], - "line": 17 - }, - "4": { - "loc": { - "start": { - "line": 21, - "column": 6 - }, - "end": { - "line": 29, - "column": 22 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 22, - "column": 10 - }, - "end": { - "line": 22, - "column": 28 - } - }, - { - "start": { - "line": 23, - "column": 10 - }, - "end": { - "line": 29, - "column": 22 - } - } - ], - "line": 21 - }, - "5": { - "loc": { - "start": { - "line": 23, - "column": 10 - }, - "end": { - "line": 29, - "column": 22 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 24, - "column": 12 - }, - "end": { - "line": 24, - "column": 32 - } - }, - { - "start": { - "line": 25, - "column": 12 - }, - "end": { - "line": 29, - "column": 22 - } - } - ], - "line": 23 - }, - "6": { - "loc": { - "start": { - "line": 25, - "column": 12 - }, - "end": { - "line": 29, - "column": 22 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 26, - "column": 14 - }, - "end": { - "line": 26, - "column": 34 - } - }, - { - "start": { - "line": 27, - "column": 14 - }, - "end": { - "line": 29, - "column": 22 - } - } - ], - "line": 25 - }, - "7": { - "loc": { - "start": { - "line": 27, - "column": 14 - }, - "end": { - "line": 29, - "column": 22 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 28, - "column": 16 - }, - "end": { - "line": 28, - "column": 36 - } - }, - { - "start": { - "line": 29, - "column": 16 - }, - "end": { - "line": 29, - "column": 22 - } - } - ], - "line": 27 - }, - "8": { - "loc": { - "start": { - "line": 32, - "column": 6 - }, - "end": { - "line": 40, - "column": 17 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 33, - "column": 10 - }, - "end": { - "line": 33, - "column": 11 - } - }, - { - "start": { - "line": 34, - "column": 10 - }, - "end": { - "line": 40, - "column": 17 - } - } - ], - "line": 32 - }, - "9": { - "loc": { - "start": { - "line": 34, - "column": 10 - }, - "end": { - "line": 40, - "column": 17 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 35, - "column": 12 - }, - "end": { - "line": 35, - "column": 13 - } - }, - { - "start": { - "line": 36, - "column": 12 - }, - "end": { - "line": 40, - "column": 17 - } - } - ], - "line": 34 - }, - "10": { - "loc": { - "start": { - "line": 36, - "column": 12 - }, - "end": { - "line": 40, - "column": 17 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 37, - "column": 14 - }, - "end": { - "line": 37, - "column": 15 - } - }, - { - "start": { - "line": 38, - "column": 14 - }, - "end": { - "line": 40, - "column": 17 - } - } - ], - "line": 36 - }, - "11": { - "loc": { - "start": { - "line": 38, - "column": 14 - }, - "end": { - "line": 40, - "column": 17 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 39, - "column": 16 - }, - "end": { - "line": 39, - "column": 17 - } - }, - { - "start": { - "line": 40, - "column": 16 - }, - "end": { - "line": 40, - "column": 17 - } - } - ], - "line": 38 - }, - "12": { - "loc": { - "start": { - "line": 41, - "column": 16 - }, - "end": { - "line": 41, - "column": 76 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 41, - "column": 66 - }, - "end": { - "line": 41, - "column": 72 - } - }, - { - "start": { - "line": 41, - "column": 75 - }, - "end": { - "line": 41, - "column": 76 - } - } - ], - "line": 41 - }, - "13": { - "loc": { - "start": { - "line": 41, - "column": 16 - }, - "end": { - "line": 41, - "column": 63 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 41, - "column": 16 - }, - "end": { - "line": 41, - "column": 38 - } - }, - { - "start": { - "line": 41, - "column": 42 - }, - "end": { - "line": 41, - "column": 63 - } - } - ], - "line": 41 - }, - "14": { - "loc": { - "start": { - "line": 42, - "column": 17 - }, - "end": { - "line": 42, - "column": 52 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 42, - "column": 42 - }, - "end": { - "line": 42, - "column": 48 - } - }, - { - "start": { - "line": 42, - "column": 51 - }, - "end": { - "line": 42, - "column": 52 - } - } - ], - "line": 42 - } - }, - "s": { - "0": 2, - "1": 94, - "2": 94, - "3": 0, - "4": 94, - "5": 94 - }, - "f": { - "0": 94 - }, - "b": { - "0": [0], - "1": [0], - "2": [0, 94], - "3": [94, 94], - "4": [0, 94], - "5": [22, 72], - "6": [0, 72], - "7": [72, 0], - "8": [0, 94], - "9": [22, 72], - "10": [0, 72], - "11": [72, 0], - "12": [94, 0], - "13": [94, 0], - "14": [94, 0] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "3c74f6320de7c0393eb975cd99966ea0981ba1f1" - }, - "/Users/alberto/Repositories/bloom-frontend/components/common/Quote.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/common/Quote.tsx", - "statementMap": { - "0": { - "start": { - "line": 11, - "column": 14 - }, - "end": { - "line": 73, - "column": 1 - } - }, - "1": { - "start": { - "line": 12, - "column": 57 - }, - "end": { - "line": 12, - "column": 62 - } - }, - "2": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 26 - } - }, - "3": { - "start": { - "line": 14, - "column": 13 - }, - "end": { - "line": 14, - "column": 26 - } - }, - "4": { - "start": { - "line": 17, - "column": 4 - }, - "end": { - "line": 25, - "column": 37 - } - }, - "5": { - "start": { - "line": 27, - "column": 4 - }, - "end": { - "line": 31, - "column": 37 - } - }, - "6": { - "start": { - "line": 33, - "column": 4 - }, - "end": { - "line": 35, - "column": 41 - } - }, - "7": { - "start": { - "line": 37, - "column": 25 - }, - "end": { - "line": 65, - "column": 12 - } - }, - "8": { - "start": { - "line": 67, - "column": 2 - }, - "end": { - "line": 72, - "column": 4 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 14 - }, - "end": { - "line": 11, - "column": 15 - } - }, - "loc": { - "start": { - "line": 11, - "column": 37 - }, - "end": { - "line": 73, - "column": 1 - } - }, - "line": 11 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 12, - "column": 26 - }, - "end": { - "line": 12, - "column": 52 - } - }, - "type": "default-arg", - "locations": [ - { - "start": { - "line": 12, - "column": 38 - }, - "end": { - "line": 12, - "column": 52 - } - } - ], - "line": 12 - }, - "1": { - "loc": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 26 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 26 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 14 - }, - "2": { - "loc": { - "start": { - "line": 17, - "column": 4 - }, - "end": { - "line": 25, - "column": 37 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 18, - "column": 8 - }, - "end": { - "line": 18, - "column": 28 - } - }, - { - "start": { - "line": 19, - "column": 8 - }, - "end": { - "line": 25, - "column": 37 - } - } - ], - "line": 17 - }, - "3": { - "loc": { - "start": { - "line": 19, - "column": 8 - }, - "end": { - "line": 25, - "column": 37 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 20, - "column": 10 - }, - "end": { - "line": 20, - "column": 30 - } - }, - { - "start": { - "line": 21, - "column": 10 - }, - "end": { - "line": 25, - "column": 37 - } - } - ], - "line": 19 - }, - "4": { - "loc": { - "start": { - "line": 21, - "column": 10 - }, - "end": { - "line": 25, - "column": 37 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 22, - "column": 12 - }, - "end": { - "line": 22, - "column": 33 - } - }, - { - "start": { - "line": 23, - "column": 12 - }, - "end": { - "line": 25, - "column": 37 - } - } - ], - "line": 21 - }, - "5": { - "loc": { - "start": { - "line": 23, - "column": 12 - }, - "end": { - "line": 25, - "column": 37 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 24, - "column": 14 - }, - "end": { - "line": 24, - "column": 35 - } - }, - { - "start": { - "line": 25, - "column": 14 - }, - "end": { - "line": 25, - "column": 37 - } - } - ], - "line": 23 - }, - "6": { - "loc": { - "start": { - "line": 27, - "column": 4 - }, - "end": { - "line": 31, - "column": 37 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 28, - "column": 8 - }, - "end": { - "line": 28, - "column": 35 - } - }, - { - "start": { - "line": 29, - "column": 8 - }, - "end": { - "line": 31, - "column": 37 - } - } - ], - "line": 27 - }, - "7": { - "loc": { - "start": { - "line": 29, - "column": 8 - }, - "end": { - "line": 31, - "column": 37 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 30, - "column": 10 - }, - "end": { - "line": 30, - "column": 37 - } - }, - { - "start": { - "line": 31, - "column": 10 - }, - "end": { - "line": 31, - "column": 37 - } - } - ], - "line": 29 - }, - "8": { - "loc": { - "start": { - "line": 33, - "column": 4 - }, - "end": { - "line": 35, - "column": 41 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 34, - "column": 8 - }, - "end": { - "line": 34, - "column": 41 - } - }, - { - "start": { - "line": 35, - "column": 8 - }, - "end": { - "line": 35, - "column": 41 - } - } - ], - "line": 33 - }, - "9": { - "loc": { - "start": { - "line": 33, - "column": 4 - }, - "end": { - "line": 33, - "column": 54 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 33, - "column": 4 - }, - "end": { - "line": 33, - "column": 30 - } - }, - { - "start": { - "line": 33, - "column": 34 - }, - "end": { - "line": 33, - "column": 54 - } - } - ], - "line": 33 - } - }, - "s": { - "0": 2, - "1": 24, - "2": 24, - "3": 0, - "4": 24, - "5": 24, - "6": 24, - "7": 24, - "8": 24 - }, - "f": { - "0": 24 - }, - "b": { - "0": [0], - "1": [0, 24], - "2": [0, 24], - "3": [12, 12], - "4": [12, 0], - "5": [0, 0], - "6": [0, 24], - "7": [12, 12], - "8": [12, 12], - "9": [24, 24] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "f952ad5ef7a5ba18bb9a30547f3618a37903a029" - }, - "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokQuote.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokQuote.tsx", - "statementMap": { - "0": { - "start": { - "line": 6, - "column": 28 - }, - "end": { - "line": 16, - "column": 1 - } - }, - "1": { - "start": { - "line": 27, - "column": 23 - }, - "end": { - "line": 51, - "column": 1 - } - }, - "2": { - "start": { - "line": 28, - "column": 83 - }, - "end": { - "line": 28, - "column": 88 - } - }, - "3": { - "start": { - "line": 30, - "column": 2 - }, - "end": { - "line": 30, - "column": 26 - } - }, - "4": { - "start": { - "line": 30, - "column": 13 - }, - "end": { - "line": 30, - "column": 26 - } - }, - "5": { - "start": { - "line": 32, - "column": 2 - }, - "end": { - "line": 50, - "column": 4 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 27, - "column": 23 - }, - "end": { - "line": 27, - "column": 24 - } - }, - "loc": { - "start": { - "line": 27, - "column": 55 - }, - "end": { - "line": 51, - "column": 1 - } - }, - "line": 27 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 28, - "column": 44 - }, - "end": { - "line": 28, - "column": 71 - } - }, - "type": "default-arg", - "locations": [ - { - "start": { - "line": 28, - "column": 57 - }, - "end": { - "line": 28, - "column": 71 - } - } - ], - "line": 28 - }, - "1": { - "loc": { - "start": { - "line": 30, - "column": 2 - }, - "end": { - "line": 30, - "column": 26 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 30, - "column": 2 - }, - "end": { - "line": 30, - "column": 26 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 30 - }, - "2": { - "loc": { - "start": { - "line": 43, - "column": 7 - }, - "end": { - "line": 47, - "column": 7 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 43, - "column": 7 - }, - "end": { - "line": 43, - "column": 12 - } - }, - { - "start": { - "line": 44, - "column": 8 - }, - "end": { - "line": 46, - "column": 14 - } - } - ], - "line": 43 - } - }, - "s": { - "0": 2, - "1": 2, - "2": 24, - "3": 24, - "4": 0, - "5": 24 - }, - "f": { - "0": 24 - }, - "b": { - "0": [0], - "1": [0, 24], - "2": [24, 24] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "9bfa9f911fa5868319878548e6bfc1482f16a394" - }, - "/Users/alberto/Repositories/bloom-frontend/components/common/Column.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/common/Column.tsx", - "statementMap": { - "0": { - "start": { - "line": 9, - "column": 15 - }, - "end": { - "line": 60, - "column": 1 - } - }, - "1": { - "start": { - "line": 10, - "column": 51 - }, - "end": { - "line": 10, - "column": 56 - } - }, - "2": { - "start": { - "line": 12, - "column": 23 - }, - "end": { - "line": 58, - "column": 3 - } - }, - "3": { - "start": { - "line": 59, - "column": 2 - }, - "end": { - "line": 59, - "column": 49 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 9, - "column": 15 - }, - "end": { - "line": 9, - "column": 16 - } - }, - "loc": { - "start": { - "line": 9, - "column": 39 - }, - "end": { - "line": 60, - "column": 1 - } - }, - "line": 9 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 14, - "column": 8 - }, - "end": { - "line": 23, - "column": 5 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 14, - "column": 8 - }, - "end": { - "line": 14, - "column": 27 - } - }, - { - "start": { - "line": 14, - "column": 31 - }, - "end": { - "line": 23, - "column": 5 - } - } - ], - "line": 14 - }, - "1": { - "loc": { - "start": { - "line": 16, - "column": 8 - }, - "end": { - "line": 22, - "column": 42 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 17, - "column": 12 - }, - "end": { - "line": 17, - "column": 42 - } - }, - { - "start": { - "line": 18, - "column": 12 - }, - "end": { - "line": 22, - "column": 42 - } - } - ], - "line": 16 - }, - "2": { - "loc": { - "start": { - "line": 18, - "column": 12 - }, - "end": { - "line": 22, - "column": 42 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 19, - "column": 14 - }, - "end": { - "line": 19, - "column": 42 - } - }, - { - "start": { - "line": 20, - "column": 14 - }, - "end": { - "line": 22, - "column": 42 - } - } - ], - "line": 18 - }, - "3": { - "loc": { - "start": { - "line": 20, - "column": 14 - }, - "end": { - "line": 22, - "column": 42 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 21, - "column": 16 - }, - "end": { - "line": 21, - "column": 44 - } - }, - { - "start": { - "line": 22, - "column": 16 - }, - "end": { - "line": 22, - "column": 42 - } - } - ], - "line": 20 - }, - "4": { - "loc": { - "start": { - "line": 24, - "column": 8 - }, - "end": { - "line": 33, - "column": 5 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 24, - "column": 8 - }, - "end": { - "line": 24, - "column": 27 - } - }, - { - "start": { - "line": 24, - "column": 31 - }, - "end": { - "line": 33, - "column": 5 - } - } - ], - "line": 24 - }, - "5": { - "loc": { - "start": { - "line": 26, - "column": 8 - }, - "end": { - "line": 32, - "column": 28 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 27, - "column": 12 - }, - "end": { - "line": 27, - "column": 20 - } - }, - { - "start": { - "line": 28, - "column": 12 - }, - "end": { - "line": 32, - "column": 28 - } - } - ], - "line": 26 - }, - "6": { - "loc": { - "start": { - "line": 28, - "column": 12 - }, - "end": { - "line": 32, - "column": 28 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 29, - "column": 14 - }, - "end": { - "line": 29, - "column": 24 - } - }, - { - "start": { - "line": 30, - "column": 14 - }, - "end": { - "line": 32, - "column": 28 - } - } - ], - "line": 28 - }, - "7": { - "loc": { - "start": { - "line": 30, - "column": 14 - }, - "end": { - "line": 32, - "column": 28 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 31, - "column": 16 - }, - "end": { - "line": 31, - "column": 50 - } - }, - { - "start": { - "line": 32, - "column": 16 - }, - "end": { - "line": 32, - "column": 28 - } - } - ], - "line": 30 - }, - "8": { - "loc": { - "start": { - "line": 35, - "column": 6 - }, - "end": { - "line": 56, - "column": 52 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 36, - "column": 10 - }, - "end": { - "line": 39, - "column": 11 - } - }, - { - "start": { - "line": 40, - "column": 10 - }, - "end": { - "line": 56, - "column": 52 - } - } - ], - "line": 35 - }, - "9": { - "loc": { - "start": { - "line": 40, - "column": 10 - }, - "end": { - "line": 56, - "column": 52 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 41, - "column": 12 - }, - "end": { - "line": 41, - "column": 37 - } - }, - { - "start": { - "line": 42, - "column": 12 - }, - "end": { - "line": 56, - "column": 52 - } - } - ], - "line": 40 - }, - "10": { - "loc": { - "start": { - "line": 42, - "column": 12 - }, - "end": { - "line": 56, - "column": 52 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 43, - "column": 14 - }, - "end": { - "line": 43, - "column": 50 - } - }, - { - "start": { - "line": 44, - "column": 14 - }, - "end": { - "line": 56, - "column": 52 - } - } - ], - "line": 42 - }, - "11": { - "loc": { - "start": { - "line": 44, - "column": 14 - }, - "end": { - "line": 56, - "column": 52 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 45, - "column": 16 - }, - "end": { - "line": 45, - "column": 41 - } - }, - { - "start": { - "line": 46, - "column": 16 - }, - "end": { - "line": 56, - "column": 52 - } - } - ], - "line": 44 - }, - "12": { - "loc": { - "start": { - "line": 46, - "column": 16 - }, - "end": { - "line": 56, - "column": 52 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 47, - "column": 18 - }, - "end": { - "line": 47, - "column": 43 - } - }, - { - "start": { - "line": 48, - "column": 18 - }, - "end": { - "line": 56, - "column": 52 - } - } - ], - "line": 46 - }, - "13": { - "loc": { - "start": { - "line": 48, - "column": 18 - }, - "end": { - "line": 56, - "column": 52 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 49, - "column": 20 - }, - "end": { - "line": 49, - "column": 45 - } - }, - { - "start": { - "line": 50, - "column": 20 - }, - "end": { - "line": 56, - "column": 52 - } - } - ], - "line": 48 - }, - "14": { - "loc": { - "start": { - "line": 50, - "column": 20 - }, - "end": { - "line": 56, - "column": 52 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 51, - "column": 22 - }, - "end": { - "line": 51, - "column": 48 - } - }, - { - "start": { - "line": 52, - "column": 22 - }, - "end": { - "line": 56, - "column": 52 - } - } - ], - "line": 50 - }, - "15": { - "loc": { - "start": { - "line": 52, - "column": 22 - }, - "end": { - "line": 56, - "column": 52 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 53, - "column": 24 - }, - "end": { - "line": 53, - "column": 49 - } - }, - { - "start": { - "line": 54, - "column": 24 - }, - "end": { - "line": 56, - "column": 52 - } - } - ], - "line": 52 - }, - "16": { - "loc": { - "start": { - "line": 54, - "column": 24 - }, - "end": { - "line": 56, - "column": 52 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 55, - "column": 26 - }, - "end": { - "line": 55, - "column": 51 - } - }, - { - "start": { - "line": 56, - "column": 26 - }, - "end": { - "line": 56, - "column": 52 - } - } - ], - "line": 54 - }, - "17": { - "loc": { - "start": { - "line": 57, - "column": 8 - }, - "end": { - "line": 57, - "column": 41 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 57, - "column": 17 - }, - "end": { - "line": 57, - "column": 36 - } - }, - { - "start": { - "line": 57, - "column": 39 - }, - "end": { - "line": 57, - "column": 41 - } - } - ], - "line": 57 - } - }, - "s": { - "0": 2, - "1": 226, - "2": 226, - "3": 226 - }, - "f": { - "0": 226 - }, - "b": { - "0": [226, 226], - "1": [196, 30], - "2": [0, 30], - "3": [18, 12], - "4": [226, 226], - "5": [196, 30], - "6": [0, 30], - "7": [18, 12], - "8": [0, 226], - "9": [6, 220], - "10": [72, 148], - "11": [4, 144], - "12": [10, 134], - "13": [16, 118], - "14": [82, 36], - "15": [18, 18], - "16": [18, 0], - "17": [0, 226] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "965deb8b0181562985fc5eee9d71d9294c2c4d9c" - }, - "/Users/alberto/Repositories/bloom-frontend/components/common/Row.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/common/Row.tsx", - "statementMap": { - "0": { - "start": { - "line": 12, - "column": 12 - }, - "end": { - "line": 55, - "column": 1 - } - }, - "1": { - "start": { - "line": 13, - "column": 85 - }, - "end": { - "line": 13, - "column": 90 - } - }, - "2": { - "start": { - "line": 15, - "column": 4 - }, - "end": { - "line": 19, - "column": 96 - } - }, - "3": { - "start": { - "line": 21, - "column": 20 - }, - "end": { - "line": 52, - "column": 12 - } - }, - "4": { - "start": { - "line": 54, - "column": 2 - }, - "end": { - "line": 54, - "column": 46 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 12, - "column": 12 - }, - "end": { - "line": 12, - "column": 13 - } - }, - "loc": { - "start": { - "line": 12, - "column": 33 - }, - "end": { - "line": 55, - "column": 1 - } - }, - "line": 12 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 15, - "column": 4 - }, - "end": { - "line": 19, - "column": 96 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 16, - "column": 8 - }, - "end": { - "line": 16, - "column": 9 - } - }, - { - "start": { - "line": 17, - "column": 8 - }, - "end": { - "line": 19, - "column": 96 - } - } - ], - "line": 15 - }, - "1": { - "loc": { - "start": { - "line": 17, - "column": 8 - }, - "end": { - "line": 19, - "column": 96 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 18, - "column": 10 - }, - "end": { - "line": 18, - "column": 96 - } - }, - { - "start": { - "line": 19, - "column": 10 - }, - "end": { - "line": 19, - "column": 96 - } - } - ], - "line": 17 - }, - "2": { - "loc": { - "start": { - "line": 26, - "column": 6 - }, - "end": { - "line": 32, - "column": 20 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 27, - "column": 10 - }, - "end": { - "line": 27, - "column": 18 - } - }, - { - "start": { - "line": 28, - "column": 10 - }, - "end": { - "line": 32, - "column": 20 - } - } - ], - "line": 26 - }, - "3": { - "loc": { - "start": { - "line": 28, - "column": 10 - }, - "end": { - "line": 32, - "column": 20 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 29, - "column": 12 - }, - "end": { - "line": 29, - "column": 19 - } - }, - { - "start": { - "line": 30, - "column": 12 - }, - "end": { - "line": 32, - "column": 20 - } - } - ], - "line": 28 - }, - "4": { - "loc": { - "start": { - "line": 30, - "column": 12 - }, - "end": { - "line": 32, - "column": 20 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 31, - "column": 14 - }, - "end": { - "line": 31, - "column": 42 - } - }, - { - "start": { - "line": 32, - "column": 14 - }, - "end": { - "line": 32, - "column": 20 - } - } - ], - "line": 30 - }, - "5": { - "loc": { - "start": { - "line": 33, - "column": 8 - }, - "end": { - "line": 42, - "column": 5 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 33, - "column": 8 - }, - "end": { - "line": 33, - "column": 27 - } - }, - { - "start": { - "line": 33, - "column": 31 - }, - "end": { - "line": 42, - "column": 5 - } - } - ], - "line": 33 - }, - "6": { - "loc": { - "start": { - "line": 35, - "column": 8 - }, - "end": { - "line": 41, - "column": 28 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 36, - "column": 12 - }, - "end": { - "line": 36, - "column": 20 - } - }, - { - "start": { - "line": 37, - "column": 12 - }, - "end": { - "line": 41, - "column": 28 - } - } - ], - "line": 35 - }, - "7": { - "loc": { - "start": { - "line": 37, - "column": 12 - }, - "end": { - "line": 41, - "column": 28 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 38, - "column": 14 - }, - "end": { - "line": 38, - "column": 24 - } - }, - { - "start": { - "line": 39, - "column": 14 - }, - "end": { - "line": 41, - "column": 28 - } - } - ], - "line": 37 - }, - "8": { - "loc": { - "start": { - "line": 39, - "column": 14 - }, - "end": { - "line": 41, - "column": 28 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 40, - "column": 16 - }, - "end": { - "line": 40, - "column": 50 - } - }, - { - "start": { - "line": 41, - "column": 16 - }, - "end": { - "line": 41, - "column": 28 - } - } - ], - "line": 39 - }, - "9": { - "loc": { - "start": { - "line": 43, - "column": 8 - }, - "end": { - "line": 50, - "column": 5 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 43, - "column": 8 - }, - "end": { - "line": 43, - "column": 25 - } - }, - { - "start": { - "line": 43, - "column": 29 - }, - "end": { - "line": 50, - "column": 5 - } - } - ], - "line": 43 - }, - "10": { - "loc": { - "start": { - "line": 45, - "column": 8 - }, - "end": { - "line": 49, - "column": 26 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 46, - "column": 12 - }, - "end": { - "line": 46, - "column": 20 - } - }, - { - "start": { - "line": 47, - "column": 12 - }, - "end": { - "line": 49, - "column": 26 - } - } - ], - "line": 45 - }, - "11": { - "loc": { - "start": { - "line": 47, - "column": 12 - }, - "end": { - "line": 49, - "column": 26 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 48, - "column": 14 - }, - "end": { - "line": 48, - "column": 24 - } - }, - { - "start": { - "line": 49, - "column": 14 - }, - "end": { - "line": 49, - "column": 26 - } - } - ], - "line": 47 - } - }, - "s": { - "0": 2, - "1": 146, - "2": 146, - "3": 146, - "4": 146 - }, - "f": { - "0": 146 - }, - "b": { - "0": [18, 128], - "1": [4, 124], - "2": [146, 0], - "3": [0, 0], - "4": [0, 0], - "5": [146, 146], - "6": [146, 0], - "7": [0, 0], - "8": [0, 0], - "9": [146, 146], - "10": [142, 4], - "11": [0, 4] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "df753413487aaa6ad81e81c12b00999674f0fa34" - }, - "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokRowColumnBlock.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokRowColumnBlock.tsx", - "statementMap": { - "0": { - "start": { - "line": 30, - "column": 32 - }, - "end": { - "line": 67, - "column": 1 - } - }, - "1": { - "start": { - "line": 31, - "column": 86 - }, - "end": { - "line": 31, - "column": 91 - } - }, - "2": { - "start": { - "line": 33, - "column": 2 - }, - "end": { - "line": 33, - "column": 29 - } - }, - "3": { - "start": { - "line": 33, - "column": 16 - }, - "end": { - "line": 33, - "column": 29 - } - }, - "4": { - "start": { - "line": 35, - "column": 2 - }, - "end": { - "line": 66, - "column": 4 - } - }, - "5": { - "start": { - "line": 54, - "column": 10 - }, - "end": { - "line": 62, - "column": 12 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 30, - "column": 32 - }, - "end": { - "line": 30, - "column": 33 - } - }, - "loc": { - "start": { - "line": 30, - "column": 73 - }, - "end": { - "line": 67, - "column": 1 - } - }, - "line": 30 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 53, - "column": 21 - }, - "end": { - "line": 53, - "column": 22 - } - }, - "loc": { - "start": { - "line": 53, - "column": 53 - }, - "end": { - "line": 63, - "column": 9 - } - }, - "line": 53 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 33, - "column": 2 - }, - "end": { - "line": 33, - "column": 29 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 33, - "column": 2 - }, - "end": { - "line": 33, - "column": 29 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 33 - } - }, - "s": { - "0": 2, - "1": 146, - "2": 146, - "3": 0, - "4": 146, - "5": 226 - }, - "f": { - "0": 146, - "1": 226 - }, - "b": { - "0": [0, 146] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "a57a9f6a2daf56699b48dabf74d0d180b0b3c80b" - }, - "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokCarousel.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokCarousel.tsx", - "statementMap": { - "0": { - "start": { - "line": 12, - "column": 39 - }, - "end": { - "line": 16, - "column": 1 - } - }, - "1": { - "start": { - "line": 26, - "column": 23 - }, - "end": { - "line": 47, - "column": 1 - } - }, - "2": { - "start": { - "line": 27, - "column": 2 - }, - "end": { - "line": 46, - "column": 4 - } - }, - "3": { - "start": { - "line": 49, - "column": 19 - }, - "end": { - "line": 70, - "column": 1 - } - }, - "4": { - "start": { - "line": 50, - "column": 2 - }, - "end": { - "line": 69, - "column": 4 - } - }, - "5": { - "start": { - "line": 71, - "column": 26 - }, - "end": { - "line": 131, - "column": 1 - } - }, - "6": { - "start": { - "line": 79, - "column": 6 - }, - "end": { - "line": 79, - "column": 11 - } - }, - "7": { - "start": { - "line": 81, - "column": 20 - }, - "end": { - "line": 81, - "column": 30 - } - }, - "8": { - "start": { - "line": 83, - "column": 25 - }, - "end": { - "line": 83, - "column": 72 - } - }, - "9": { - "start": { - "line": 84, - "column": 29 - }, - "end": { - "line": 84, - "column": 54 - } - }, - "10": { - "start": { - "line": 85, - "column": 30 - }, - "end": { - "line": 85, - "column": 56 - } - }, - "11": { - "start": { - "line": 86, - "column": 23 - }, - "end": { - "line": 86, - "column": 80 - } - }, - "12": { - "start": { - "line": 87, - "column": 23 - }, - "end": { - "line": 87, - "column": 51 - } - }, - "13": { - "start": { - "line": 89, - "column": 2 - }, - "end": { - "line": 130, - "column": 4 - } - }, - "14": { - "start": { - "line": 105, - "column": 16 - }, - "end": { - "line": 105, - "column": 29 - } - }, - "15": { - "start": { - "line": 107, - "column": 37 - }, - "end": { - "line": 107, - "column": 79 - } - }, - "16": { - "start": { - "line": 112, - "column": 16 - }, - "end": { - "line": 112, - "column": 29 - } - }, - "17": { - "start": { - "line": 114, - "column": 33 - }, - "end": { - "line": 114, - "column": 67 - } - }, - "18": { - "start": { - "line": 118, - "column": 28 - }, - "end": { - "line": 118, - "column": 77 - } - }, - "19": { - "start": { - "line": 118, - "column": 51 - }, - "end": { - "line": 118, - "column": 76 - } - }, - "20": { - "start": { - "line": 119, - "column": 10 - }, - "end": { - "line": 126, - "column": 11 - } - }, - "21": { - "start": { - "line": 120, - "column": 30 - }, - "end": { - "line": 120, - "column": 49 - } - }, - "22": { - "start": { - "line": 121, - "column": 12 - }, - "end": { - "line": 125, - "column": 14 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 26, - "column": 23 - }, - "end": { - "line": 26, - "column": 24 - } - }, - "loc": { - "start": { - "line": 26, - "column": 65 - }, - "end": { - "line": 47, - "column": 1 - } - }, - "line": 26 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 49, - "column": 19 - }, - "end": { - "line": 49, - "column": 20 - } - }, - "loc": { - "start": { - "line": 49, - "column": 61 - }, - "end": { - "line": 70, - "column": 1 - } - }, - "line": 49 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 71, - "column": 26 - }, - "end": { - "line": 71, - "column": 27 - } - }, - "loc": { - "start": { - "line": 71, - "column": 61 - }, - "end": { - "line": 131, - "column": 1 - } - }, - "line": 71 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 104, - "column": 14 - }, - "end": { - "line": 104, - "column": 15 - } - }, - "loc": { - "start": { - "line": 104, - "column": 20 - }, - "end": { - "line": 106, - "column": 15 - } - }, - "line": 104 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 107, - "column": 14 - }, - "end": { - "line": 107, - "column": 15 - } - }, - "loc": { - "start": { - "line": 107, - "column": 37 - }, - "end": { - "line": 107, - "column": 79 - } - }, - "line": 107 - }, - "5": { - "name": "(anonymous_5)", - "decl": { - "start": { - "line": 111, - "column": 14 - }, - "end": { - "line": 111, - "column": 15 - } - }, - "loc": { - "start": { - "line": 111, - "column": 20 - }, - "end": { - "line": 113, - "column": 15 - } - }, - "line": 111 - }, - "6": { - "name": "(anonymous_6)", - "decl": { - "start": { - "line": 114, - "column": 14 - }, - "end": { - "line": 114, - "column": 15 - } - }, - "loc": { - "start": { - "line": 114, - "column": 33 - }, - "end": { - "line": 114, - "column": 67 - } - }, - "line": 114 - }, - "7": { - "name": "(anonymous_7)", - "decl": { - "start": { - "line": 117, - "column": 19 - }, - "end": { - "line": 117, - "column": 20 - } - }, - "loc": { - "start": { - "line": 117, - "column": 44 - }, - "end": { - "line": 127, - "column": 9 - } - }, - "line": 117 - }, - "8": { - "name": "(anonymous_8)", - "decl": { - "start": { - "line": 118, - "column": 44 - }, - "end": { - "line": 118, - "column": 45 - } - }, - "loc": { - "start": { - "line": 118, - "column": 51 - }, - "end": { - "line": 118, - "column": 76 - } - }, - "line": 118 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 76, - "column": 4 - }, - "end": { - "line": 76, - "column": 21 - } - }, - "type": "default-arg", - "locations": [ - { - "start": { - "line": 76, - "column": 12 - }, - "end": { - "line": 76, - "column": 21 - } - } - ], - "line": 76 - }, - "1": { - "loc": { - "start": { - "line": 84, - "column": 29 - }, - "end": { - "line": 84, - "column": 54 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 84, - "column": 29 - }, - "end": { - "line": 84, - "column": 49 - } - }, - { - "start": { - "line": 84, - "column": 53 - }, - "end": { - "line": 84, - "column": 54 - } - } - ], - "line": 84 - }, - "2": { - "loc": { - "start": { - "line": 85, - "column": 30 - }, - "end": { - "line": 85, - "column": 56 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 85, - "column": 30 - }, - "end": { - "line": 85, - "column": 51 - } - }, - { - "start": { - "line": 85, - "column": 55 - }, - "end": { - "line": 85, - "column": 56 - } - } - ], - "line": 85 - }, - "3": { - "loc": { - "start": { - "line": 86, - "column": 23 - }, - "end": { - "line": 86, - "column": 80 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 86, - "column": 40 - }, - "end": { - "line": 86, - "column": 58 - } - }, - { - "start": { - "line": 86, - "column": 61 - }, - "end": { - "line": 86, - "column": 80 - } - } - ], - "line": 86 - }, - "4": { - "loc": { - "start": { - "line": 96, - "column": 18 - }, - "end": { - "line": 96, - "column": 61 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 96, - "column": 40 - }, - "end": { - "line": 96, - "column": 49 - } - }, - { - "start": { - "line": 96, - "column": 52 - }, - "end": { - "line": 96, - "column": 61 - } - } - ], - "line": 96 - }, - "5": { - "loc": { - "start": { - "line": 100, - "column": 22 - }, - "end": { - "line": 100, - "column": 79 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 100, - "column": 39 - }, - "end": { - "line": 100, - "column": 57 - } - }, - { - "start": { - "line": 100, - "column": 60 - }, - "end": { - "line": 100, - "column": 79 - } - } - ], - "line": 100 - }, - "6": { - "loc": { - "start": { - "line": 103, - "column": 10 - }, - "end": { - "line": 107, - "column": 79 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 104, - "column": 14 - }, - "end": { - "line": 106, - "column": 15 - } - }, - { - "start": { - "line": 107, - "column": 14 - }, - "end": { - "line": 107, - "column": 79 - } - } - ], - "line": 103 - }, - "7": { - "loc": { - "start": { - "line": 110, - "column": 10 - }, - "end": { - "line": 114, - "column": 67 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 111, - "column": 14 - }, - "end": { - "line": 113, - "column": 15 - } - }, - { - "start": { - "line": 114, - "column": 14 - }, - "end": { - "line": 114, - "column": 67 - } - } - ], - "line": 110 - }, - "8": { - "loc": { - "start": { - "line": 119, - "column": 10 - }, - "end": { - "line": 126, - "column": 11 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 119, - "column": 10 - }, - "end": { - "line": 126, - "column": 11 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 119 - } - }, - "s": { - "0": 2, - "1": 2, - "2": 36, - "3": 2, - "4": 36, - "5": 2, - "6": 10, - "7": 10, - "8": 10, - "9": 10, - "10": 10, - "11": 10, - "12": 10, - "13": 10, - "14": 0, - "15": 38, - "16": 0, - "17": 38, - "18": 44, - "19": 124, - "20": 44, - "21": 44, - "22": 44 - }, - "f": { - "0": 36, - "1": 36, - "2": 10, - "3": 0, - "4": 38, - "5": 0, - "6": 38, - "7": 44, - "8": 124 - }, - "b": { - "0": [0], - "1": [10, 4], - "2": [10, 4], - "3": [0, 10], - "4": [0, 10], - "5": [0, 10], - "6": [0, 10], - "7": [0, 10], - "8": [44, 0] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "cbfff3f88717a79c5b271e5b38fee0445b2f496e" - }, - "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokFaqs.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokFaqs.tsx", - "statementMap": { - "0": { - "start": { - "line": 11, - "column": 23 - }, - "end": { - "line": 14, - "column": 10 - } - }, - "1": { - "start": { - "line": 16, - "column": 24 - }, - "end": { - "line": 18, - "column": 10 - } - }, - "2": { - "start": { - "line": 32, - "column": 22 - }, - "end": { - "line": 80, - "column": 1 - } - }, - "3": { - "start": { - "line": 33, - "column": 43 - }, - "end": { - "line": 33, - "column": 48 - } - }, - "4": { - "start": { - "line": 36, - "column": 4 - }, - "end": { - "line": 40, - "column": 5 - } - }, - "5": { - "start": { - "line": 36, - "column": 26 - }, - "end": { - "line": 40, - "column": 5 - } - }, - "6": { - "start": { - "line": 37, - "column": 6 - }, - "end": { - "line": 39, - "column": 7 - } - }, - "7": { - "start": { - "line": 38, - "column": 8 - }, - "end": { - "line": 38, - "column": 53 - } - }, - "8": { - "start": { - "line": 42, - "column": 2 - }, - "end": { - "line": 79, - "column": 4 - } - }, - "9": { - "start": { - "line": 60, - "column": 8 - }, - "end": { - "line": 76, - "column": 20 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 32, - "column": 22 - }, - "end": { - "line": 32, - "column": 23 - } - }, - "loc": { - "start": { - "line": 32, - "column": 53 - }, - "end": { - "line": 80, - "column": 1 - } - }, - "line": 32 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 36, - "column": 4 - }, - "end": { - "line": 36, - "column": 5 - } - }, - "loc": { - "start": { - "line": 36, - "column": 26 - }, - "end": { - "line": 40, - "column": 5 - } - }, - "line": 36 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 36, - "column": 26 - }, - "end": { - "line": 36, - "column": 27 - } - }, - "loc": { - "start": { - "line": 36, - "column": 81 - }, - "end": { - "line": 40, - "column": 5 - } - }, - "line": 36 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 59, - "column": 16 - }, - "end": { - "line": 59, - "column": 17 - } - }, - "loc": { - "start": { - "line": 60, - "column": 8 - }, - "end": { - "line": 76, - "column": 20 - } - }, - "line": 60 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 37, - "column": 6 - }, - "end": { - "line": 39, - "column": 7 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 37, - "column": 6 - }, - "end": { - "line": 39, - "column": 7 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 37 - }, - "1": { - "loc": { - "start": { - "line": 62, - "column": 33 - }, - "end": { - "line": 62, - "column": 72 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 62, - "column": 33 - }, - "end": { - "line": 62, - "column": 47 - } - }, - { - "start": { - "line": 62, - "column": 51 - }, - "end": { - "line": 62, - "column": 72 - } - } - ], - "line": 62 - } - }, - "s": { - "0": 2, - "1": 2, - "2": 2, - "3": 0, - "4": 0, - "5": 0, - "6": 0, - "7": 0, - "8": 0, - "9": 0 - }, - "f": { - "0": 0, - "1": 0, - "2": 0, - "3": 0 - }, - "b": { - "0": [0, 0], - "1": [0, 0] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "630f71cd1a531c0dc86a3cff9b00524d4e0635a6" - }, - "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokRow.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokRow.tsx", - "statementMap": { - "0": { - "start": { - "line": 17, - "column": 21 - }, - "end": { - "line": 76, - "column": 1 - } - }, - "1": { - "start": { - "line": 18, - "column": 81 - }, - "end": { - "line": 18, - "column": 86 - } - }, - "2": { - "start": { - "line": 20, - "column": 22 - }, - "end": { - "line": 20, - "column": 66 - } - }, - "3": { - "start": { - "line": 22, - "column": 2 - }, - "end": { - "line": 22, - "column": 33 - } - }, - "4": { - "start": { - "line": 22, - "column": 20 - }, - "end": { - "line": 22, - "column": 33 - } - }, - "5": { - "start": { - "line": 24, - "column": 24 - }, - "end": { - "line": 24, - "column": 25 - } - }, - "6": { - "start": { - "line": 25, - "column": 26 - }, - "end": { - "line": 62, - "column": 4 - } - }, - "7": { - "start": { - "line": 27, - "column": 28 - }, - "end": { - "line": 27, - "column": 55 - } - }, - "8": { - "start": { - "line": 28, - "column": 4 - }, - "end": { - "line": 32, - "column": 5 - } - }, - "9": { - "start": { - "line": 29, - "column": 30 - }, - "end": { - "line": 29, - "column": 52 - } - }, - "10": { - "start": { - "line": 30, - "column": 6 - }, - "end": { - "line": 30, - "column": 24 - } - }, - "11": { - "start": { - "line": 31, - "column": 6 - }, - "end": { - "line": 31, - "column": 92 - } - }, - "12": { - "start": { - "line": 33, - "column": 4 - }, - "end": { - "line": 61, - "column": 7 - } - }, - "13": { - "start": { - "line": 36, - "column": 6 - }, - "end": { - "line": 54, - "column": 7 - } - }, - "14": { - "start": { - "line": 37, - "column": 35 - }, - "end": { - "line": 37, - "column": 36 - } - }, - "15": { - "start": { - "line": 38, - "column": 8 - }, - "end": { - "line": 38, - "column": 26 - } - }, - "16": { - "start": { - "line": 40, - "column": 36 - }, - "end": { - "line": 43, - "column": 10 - } - }, - "17": { - "start": { - "line": 41, - "column": 10 - }, - "end": { - "line": 41, - "column": 33 - } - }, - "18": { - "start": { - "line": 42, - "column": 10 - }, - "end": { - "line": 42, - "column": 71 - } - }, - "19": { - "start": { - "line": 44, - "column": 8 - }, - "end": { - "line": 53, - "column": 10 - } - }, - "20": { - "start": { - "line": 55, - "column": 6 - }, - "end": { - "line": 55, - "column": 24 - } - }, - "21": { - "start": { - "line": 56, - "column": 6 - }, - "end": { - "line": 60, - "column": 8 - } - }, - "22": { - "start": { - "line": 63, - "column": 2 - }, - "end": { - "line": 75, - "column": 4 - } - }, - "23": { - "start": { - "line": 78, - "column": 21 - }, - "end": { - "line": 84, - "column": 1 - } - }, - "24": { - "start": { - "line": 79, - "column": 2 - }, - "end": { - "line": 83, - "column": 4 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 17, - "column": 21 - }, - "end": { - "line": 17, - "column": 22 - } - }, - "loc": { - "start": { - "line": 17, - "column": 51 - }, - "end": { - "line": 76, - "column": 1 - } - }, - "line": 17 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 25, - "column": 42 - }, - "end": { - "line": 25, - "column": 43 - } - }, - "loc": { - "start": { - "line": 25, - "column": 58 - }, - "end": { - "line": 62, - "column": 3 - } - }, - "line": 25 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 33, - "column": 27 - }, - "end": { - "line": 33, - "column": 28 - } - }, - "loc": { - "start": { - "line": 33, - "column": 97 - }, - "end": { - "line": 61, - "column": 5 - } - }, - "line": 33 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 40, - "column": 67 - }, - "end": { - "line": 40, - "column": 68 - } - }, - "loc": { - "start": { - "line": 40, - "column": 92 - }, - "end": { - "line": 43, - "column": 9 - } - }, - "line": 40 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 78, - "column": 21 - }, - "end": { - "line": 78, - "column": 22 - } - }, - "loc": { - "start": { - "line": 78, - "column": 70 - }, - "end": { - "line": 84, - "column": 1 - } - }, - "line": 78 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 20, - "column": 22 - }, - "end": { - "line": 20, - "column": 66 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 20, - "column": 47 - }, - "end": { - "line": 20, - "column": 54 - } - }, - { - "start": { - "line": 20, - "column": 57 - }, - "end": { - "line": 20, - "column": 66 - } - } - ], - "line": 20 - }, - "1": { - "loc": { - "start": { - "line": 22, - "column": 2 - }, - "end": { - "line": 22, - "column": 33 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 22, - "column": 2 - }, - "end": { - "line": 22, - "column": 33 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 22 - }, - "2": { - "loc": { - "start": { - "line": 28, - "column": 4 - }, - "end": { - "line": 32, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 28, - "column": 4 - }, - "end": { - "line": 32, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 28 - }, - "3": { - "loc": { - "start": { - "line": 36, - "column": 6 - }, - "end": { - "line": 54, - "column": 7 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 36, - "column": 6 - }, - "end": { - "line": 54, - "column": 7 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 36 - }, - "4": { - "loc": { - "start": { - "line": 36, - "column": 10 - }, - "end": { - "line": 36, - "column": 70 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 36, - "column": 10 - }, - "end": { - "line": 36, - "column": 35 - } - }, - { - "start": { - "line": 36, - "column": 39 - }, - "end": { - "line": 36, - "column": 70 - } - } - ], - "line": 36 - }, - "5": { - "loc": { - "start": { - "line": 56, - "column": 13 - }, - "end": { - "line": 60, - "column": 7 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 57, - "column": 8 - }, - "end": { - "line": 57, - "column": 79 - } - }, - { - "start": { - "line": 59, - "column": 8 - }, - "end": { - "line": 59, - "column": 13 - } - } - ], - "line": 56 - } - }, - "s": { - "0": 2, - "1": 0, - "2": 0, - "3": 0, - "4": 0, - "5": 0, - "6": 0, - "7": 0, - "8": 0, - "9": 0, - "10": 0, - "11": 0, - "12": 0, - "13": 0, - "14": 0, - "15": 0, - "16": 0, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0, - "22": 0, - "23": 2, - "24": 0 - }, - "f": { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "4": 0 - }, - "b": { - "0": [0, 0], - "1": [0, 0], - "2": [0, 0], - "3": [0, 0], - "4": [0, 0], - "5": [0, 0] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "2619dc5c60357873804eb586a7e79bf9ba8234a4" - }, - "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokSpacer.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokSpacer.tsx", - "statementMap": { - "0": { - "start": { - "line": 9, - "column": 24 - }, - "end": { - "line": 21, - "column": 1 - } - }, - "1": { - "start": { - "line": 10, - "column": 46 - }, - "end": { - "line": 10, - "column": 51 - } - }, - "2": { - "start": { - "line": 12, - "column": 16 - }, - "end": { - "line": 12, - "column": 26 - } - }, - "3": { - "start": { - "line": 13, - "column": 16 - }, - "end": { - "line": 19, - "column": 3 - } - }, - "4": { - "start": { - "line": 20, - "column": 2 - }, - "end": { - "line": 20, - "column": 78 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 9, - "column": 24 - }, - "end": { - "line": 9, - "column": 25 - } - }, - "loc": { - "start": { - "line": 9, - "column": 57 - }, - "end": { - "line": 21, - "column": 1 - } - }, - "line": 9 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 10, - "column": 27 - }, - "end": { - "line": 10, - "column": 41 - } - }, - "type": "default-arg", - "locations": [ - { - "start": { - "line": 10, - "column": 34 - }, - "end": { - "line": 10, - "column": 41 - } - } - ], - "line": 10 - }, - "1": { - "loc": { - "start": { - "line": 14, - "column": 8 - }, - "end": { - "line": 18, - "column": 38 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 15, - "column": 8 - }, - "end": { - "line": 15, - "column": 36 - } - }, - { - "start": { - "line": 16, - "column": 8 - }, - "end": { - "line": 18, - "column": 38 - } - } - ], - "line": 14 - }, - "2": { - "loc": { - "start": { - "line": 16, - "column": 8 - }, - "end": { - "line": 18, - "column": 38 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 17, - "column": 10 - }, - "end": { - "line": 17, - "column": 38 - } - }, - { - "start": { - "line": 18, - "column": 10 - }, - "end": { - "line": 18, - "column": 38 - } - } - ], - "line": 16 - } - }, - "s": { - "0": 2, - "1": 30, - "2": 30, - "3": 30, - "4": 30 - }, - "f": { - "0": 30 - }, - "b": { - "0": [0], - "1": [4, 26], - "2": [6, 20] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "6900f5b337b9cad072f90ad53ee4289386366dba" - }, - "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokStatement.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokStatement.tsx", - "statementMap": { - "0": { - "start": { - "line": 12, - "column": 27 - }, - "end": { - "line": 48, - "column": 1 - } - }, - "1": { - "start": { - "line": 13, - "column": 47 - }, - "end": { - "line": 13, - "column": 52 - } - }, - "2": { - "start": { - "line": 15, - "column": 2 - }, - "end": { - "line": 15, - "column": 26 - } - }, - "3": { - "start": { - "line": 15, - "column": 13 - }, - "end": { - "line": 15, - "column": 26 - } - }, - "4": { - "start": { - "line": 18, - "column": 4 - }, - "end": { - "line": 26, - "column": 37 - } - }, - "5": { - "start": { - "line": 28, - "column": 25 - }, - "end": { - "line": 41, - "column": 12 - } - }, - "6": { - "start": { - "line": 43, - "column": 2 - }, - "end": { - "line": 47, - "column": 4 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 12, - "column": 27 - }, - "end": { - "line": 12, - "column": 28 - } - }, - "loc": { - "start": { - "line": 12, - "column": 63 - }, - "end": { - "line": 48, - "column": 1 - } - }, - "line": 12 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 15, - "column": 2 - }, - "end": { - "line": 15, - "column": 26 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 15, - "column": 2 - }, - "end": { - "line": 15, - "column": 26 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 15 - }, - "1": { - "loc": { - "start": { - "line": 18, - "column": 4 - }, - "end": { - "line": 26, - "column": 37 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 19, - "column": 8 - }, - "end": { - "line": 19, - "column": 28 - } - }, - { - "start": { - "line": 20, - "column": 8 - }, - "end": { - "line": 26, - "column": 37 - } - } - ], - "line": 18 - }, - "2": { - "loc": { - "start": { - "line": 20, - "column": 8 - }, - "end": { - "line": 26, - "column": 37 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 21, - "column": 10 - }, - "end": { - "line": 21, - "column": 30 - } - }, - { - "start": { - "line": 22, - "column": 10 - }, - "end": { - "line": 26, - "column": 37 - } - } - ], - "line": 20 - }, - "3": { - "loc": { - "start": { - "line": 22, - "column": 10 - }, - "end": { - "line": 26, - "column": 37 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 23, - "column": 12 - }, - "end": { - "line": 23, - "column": 33 - } - }, - { - "start": { - "line": 24, - "column": 12 - }, - "end": { - "line": 26, - "column": 37 - } - } - ], - "line": 22 - }, - "4": { - "loc": { - "start": { - "line": 24, - "column": 12 - }, - "end": { - "line": 26, - "column": 37 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 25, - "column": 14 - }, - "end": { - "line": 25, - "column": 35 - } - }, - { - "start": { - "line": 26, - "column": 14 - }, - "end": { - "line": 26, - "column": 37 - } - } - ], - "line": 24 - } - }, - "s": { - "0": 2, - "1": 0, - "2": 0, - "3": 0, - "4": 0, - "5": 0, - "6": 0 - }, - "f": { - "0": 0 - }, - "b": { - "0": [0, 0], - "1": [0, 0], - "2": [0, 0], - "3": [0, 0], - "4": [0, 0] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "03d56ba03221f1b93a8e9bc402f9dc3f0913ef36" - }, - "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokVideo.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokVideo.tsx", - "statementMap": { - "0": { - "start": { - "line": 7, - "column": 20 - }, - "end": { - "line": 7, - "column": 81 - } - }, - "1": { - "start": { - "line": 7, - "column": 34 - }, - "end": { - "line": 7, - "column": 64 - } - }, - "2": { - "start": { - "line": 9, - "column": 28 - }, - "end": { - "line": 12, - "column": 10 - } - }, - "3": { - "start": { - "line": 14, - "column": 19 - }, - "end": { - "line": 18, - "column": 10 - } - }, - "4": { - "start": { - "line": 28, - "column": 23 - }, - "end": { - "line": 86, - "column": 1 - } - }, - "5": { - "start": { - "line": 29, - "column": 79 - }, - "end": { - "line": 29, - "column": 84 - } - }, - "6": { - "start": { - "line": 31, - "column": 2 - }, - "end": { - "line": 31, - "column": 27 - } - }, - "7": { - "start": { - "line": 31, - "column": 14 - }, - "end": { - "line": 31, - "column": 27 - } - }, - "8": { - "start": { - "line": 33, - "column": 25 - }, - "end": { - "line": 59, - "column": 12 - } - }, - "9": { - "start": { - "line": 62, - "column": 4 - }, - "end": { - "line": 68, - "column": 10 - } - }, - "10": { - "start": { - "line": 70, - "column": 2 - }, - "end": { - "line": 85, - "column": 4 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 7, - "column": 28 - }, - "end": { - "line": 7, - "column": 29 - } - }, - "loc": { - "start": { - "line": 7, - "column": 34 - }, - "end": { - "line": 7, - "column": 64 - } - }, - "line": 7 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 28, - "column": 23 - }, - "end": { - "line": 28, - "column": 24 - } - }, - "loc": { - "start": { - "line": 28, - "column": 55 - }, - "end": { - "line": 86, - "column": 1 - } - }, - "line": 28 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 29, - "column": 34 - }, - "end": { - "line": 29, - "column": 54 - } - }, - "type": "default-arg", - "locations": [ - { - "start": { - "line": 29, - "column": 41 - }, - "end": { - "line": 29, - "column": 54 - } - } - ], - "line": 29 - }, - "1": { - "loc": { - "start": { - "line": 29, - "column": 56 - }, - "end": { - "line": 29, - "column": 74 - } - }, - "type": "default-arg", - "locations": [ - { - "start": { - "line": 29, - "column": 68 - }, - "end": { - "line": 29, - "column": 74 - } - } - ], - "line": 29 - }, - "2": { - "loc": { - "start": { - "line": 31, - "column": 2 - }, - "end": { - "line": 31, - "column": 27 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 31, - "column": 2 - }, - "end": { - "line": 31, - "column": 27 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 31 - }, - "3": { - "loc": { - "start": { - "line": 36, - "column": 6 - }, - "end": { - "line": 44, - "column": 22 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 37, - "column": 10 - }, - "end": { - "line": 37, - "column": 29 - } - }, - { - "start": { - "line": 38, - "column": 10 - }, - "end": { - "line": 44, - "column": 22 - } - } - ], - "line": 36 - }, - "4": { - "loc": { - "start": { - "line": 38, - "column": 10 - }, - "end": { - "line": 44, - "column": 22 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 39, - "column": 12 - }, - "end": { - "line": 39, - "column": 32 - } - }, - { - "start": { - "line": 40, - "column": 12 - }, - "end": { - "line": 44, - "column": 22 - } - } - ], - "line": 38 - }, - "5": { - "loc": { - "start": { - "line": 40, - "column": 12 - }, - "end": { - "line": 44, - "column": 22 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 41, - "column": 14 - }, - "end": { - "line": 41, - "column": 34 - } - }, - { - "start": { - "line": 42, - "column": 14 - }, - "end": { - "line": 44, - "column": 22 - } - } - ], - "line": 40 - }, - "6": { - "loc": { - "start": { - "line": 42, - "column": 14 - }, - "end": { - "line": 44, - "column": 22 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 43, - "column": 16 - }, - "end": { - "line": 43, - "column": 36 - } - }, - { - "start": { - "line": 44, - "column": 16 - }, - "end": { - "line": 44, - "column": 22 - } - } - ], - "line": 42 - }, - "7": { - "loc": { - "start": { - "line": 46, - "column": 6 - }, - "end": { - "line": 54, - "column": 17 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 47, - "column": 10 - }, - "end": { - "line": 47, - "column": 11 - } - }, - { - "start": { - "line": 48, - "column": 10 - }, - "end": { - "line": 54, - "column": 17 - } - } - ], - "line": 46 - }, - "8": { - "loc": { - "start": { - "line": 48, - "column": 10 - }, - "end": { - "line": 54, - "column": 17 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 49, - "column": 12 - }, - "end": { - "line": 49, - "column": 13 - } - }, - { - "start": { - "line": 50, - "column": 12 - }, - "end": { - "line": 54, - "column": 17 - } - } - ], - "line": 48 - }, - "9": { - "loc": { - "start": { - "line": 50, - "column": 12 - }, - "end": { - "line": 54, - "column": 17 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 51, - "column": 14 - }, - "end": { - "line": 51, - "column": 15 - } - }, - { - "start": { - "line": 52, - "column": 14 - }, - "end": { - "line": 54, - "column": 17 - } - } - ], - "line": 50 - }, - "10": { - "loc": { - "start": { - "line": 52, - "column": 14 - }, - "end": { - "line": 54, - "column": 17 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 53, - "column": 16 - }, - "end": { - "line": 53, - "column": 17 - } - }, - { - "start": { - "line": 54, - "column": 16 - }, - "end": { - "line": 54, - "column": 17 - } - } - ], - "line": 52 - }, - "11": { - "loc": { - "start": { - "line": 55, - "column": 16 - }, - "end": { - "line": 55, - "column": 76 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 55, - "column": 66 - }, - "end": { - "line": 55, - "column": 72 - } - }, - { - "start": { - "line": 55, - "column": 75 - }, - "end": { - "line": 55, - "column": 76 - } - } - ], - "line": 55 - }, - "12": { - "loc": { - "start": { - "line": 55, - "column": 16 - }, - "end": { - "line": 55, - "column": 63 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 55, - "column": 16 - }, - "end": { - "line": 55, - "column": 38 - } - }, - { - "start": { - "line": 55, - "column": 42 - }, - "end": { - "line": 55, - "column": 63 - } - } - ], - "line": 55 - }, - "13": { - "loc": { - "start": { - "line": 56, - "column": 17 - }, - "end": { - "line": 56, - "column": 52 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 56, - "column": 42 - }, - "end": { - "line": 56, - "column": 48 - } - }, - { - "start": { - "line": 56, - "column": 51 - }, - "end": { - "line": 56, - "column": 52 - } - } - ], - "line": 56 - }, - "14": { - "loc": { - "start": { - "line": 62, - "column": 4 - }, - "end": { - "line": 68, - "column": 10 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 63, - "column": 8 - }, - "end": { - "line": 67, - "column": 9 - } - }, - { - "start": { - "line": 68, - "column": 8 - }, - "end": { - "line": 68, - "column": 10 - } - } - ], - "line": 62 - }, - "15": { - "loc": { - "start": { - "line": 62, - "column": 4 - }, - "end": { - "line": 62, - "column": 75 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 62, - "column": 4 - }, - "end": { - "line": 62, - "column": 38 - } - }, - { - "start": { - "line": 62, - "column": 42 - }, - "end": { - "line": 62, - "column": 75 - } - } - ], - "line": 62 - } - }, - "s": { - "0": 2, - "1": 0, - "2": 2, - "3": 2, - "4": 2, - "5": 0, - "6": 0, - "7": 0, - "8": 0, - "9": 0, - "10": 0 - }, - "f": { - "0": 0, - "1": 0 - }, - "b": { - "0": [0], - "1": [0], - "2": [0, 0], - "3": [0, 0], - "4": [0, 0], - "5": [0, 0], - "6": [0, 0], - "7": [0, 0], - "8": [0, 0], - "9": [0, 0], - "10": [0, 0], - "11": [0, 0], - "12": [0, 0], - "13": [0, 0], - "14": [0, 0], - "15": [0, 0] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "e28fe1224ec673b442629d40d17b4c1284f269e2" - }, - "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokAccordion.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokAccordion.tsx", - "statementMap": { - "0": { - "start": { - "line": 18, - "column": 23 - }, - "end": { - "line": 22, - "column": 10 - } - }, - "1": { - "start": { - "line": 24, - "column": 24 - }, - "end": { - "line": 26, - "column": 10 - } - }, - "2": { - "start": { - "line": 28, - "column": 15 - }, - "end": { - "line": 34, - "column": 1 - } - }, - "3": { - "start": { - "line": 49, - "column": 27 - }, - "end": { - "line": 113, - "column": 1 - } - }, - "4": { - "start": { - "line": 50, - "column": 54 - }, - "end": { - "line": 50, - "column": 59 - } - }, - "5": { - "start": { - "line": 51, - "column": 24 - }, - "end": { - "line": 51, - "column": 73 - } - }, - "6": { - "start": { - "line": 51, - "column": 52 - }, - "end": { - "line": 51, - "column": 72 - } - }, - "7": { - "start": { - "line": 52, - "column": 26 - }, - "end": { - "line": 52, - "column": 76 - } - }, - "8": { - "start": { - "line": 52, - "column": 54 - }, - "end": { - "line": 52, - "column": 75 - } - }, - "9": { - "start": { - "line": 53, - "column": 23 - }, - "end": { - "line": 53, - "column": 70 - } - }, - "10": { - "start": { - "line": 53, - "column": 51 - }, - "end": { - "line": 53, - "column": 69 - } - }, - "11": { - "start": { - "line": 54, - "column": 24 - }, - "end": { - "line": 54, - "column": 86 - } - }, - "12": { - "start": { - "line": 57, - "column": 4 - }, - "end": { - "line": 65, - "column": 5 - } - }, - "13": { - "start": { - "line": 57, - "column": 32 - }, - "end": { - "line": 65, - "column": 5 - } - }, - "14": { - "start": { - "line": 58, - "column": 6 - }, - "end": { - "line": 64, - "column": 7 - } - }, - "15": { - "start": { - "line": 59, - "column": 8 - }, - "end": { - "line": 59, - "column": 89 - } - }, - "16": { - "start": { - "line": 60, - "column": 8 - }, - "end": { - "line": 63, - "column": 11 - } - }, - "17": { - "start": { - "line": 66, - "column": 2 - }, - "end": { - "line": 112, - "column": 4 - } - }, - "18": { - "start": { - "line": 69, - "column": 8 - }, - "end": { - "line": 109, - "column": 20 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 49, - "column": 27 - }, - "end": { - "line": 49, - "column": 28 - } - }, - "loc": { - "start": { - "line": 49, - "column": 63 - }, - "end": { - "line": 113, - "column": 1 - } - }, - "line": 49 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 51, - "column": 41 - }, - "end": { - "line": 51, - "column": 42 - } - }, - "loc": { - "start": { - "line": 51, - "column": 52 - }, - "end": { - "line": 51, - "column": 72 - } - }, - "line": 51 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 52, - "column": 43 - }, - "end": { - "line": 52, - "column": 44 - } - }, - "loc": { - "start": { - "line": 52, - "column": 54 - }, - "end": { - "line": 52, - "column": 75 - } - }, - "line": 52 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 53, - "column": 40 - }, - "end": { - "line": 53, - "column": 41 - } - }, - "loc": { - "start": { - "line": 53, - "column": 51 - }, - "end": { - "line": 53, - "column": 69 - } - }, - "line": 53 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 57, - "column": 4 - }, - "end": { - "line": 57, - "column": 5 - } - }, - "loc": { - "start": { - "line": 57, - "column": 32 - }, - "end": { - "line": 65, - "column": 5 - } - }, - "line": 57 - }, - "5": { - "name": "(anonymous_5)", - "decl": { - "start": { - "line": 57, - "column": 32 - }, - "end": { - "line": 57, - "column": 33 - } - }, - "loc": { - "start": { - "line": 57, - "column": 87 - }, - "end": { - "line": 65, - "column": 5 - } - }, - "line": 57 - }, - "6": { - "name": "(anonymous_6)", - "decl": { - "start": { - "line": 68, - "column": 27 - }, - "end": { - "line": 68, - "column": 28 - } - }, - "loc": { - "start": { - "line": 69, - "column": 8 - }, - "end": { - "line": 109, - "column": 20 - } - }, - "line": 69 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 58, - "column": 6 - }, - "end": { - "line": 64, - "column": 7 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 58, - "column": 6 - }, - "end": { - "line": 64, - "column": 7 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 58 - }, - "1": { - "loc": { - "start": { - "line": 75, - "column": 13 - }, - "end": { - "line": 94, - "column": 13 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 75, - "column": 13 - }, - "end": { - "line": 75, - "column": 20 - } - }, - { - "start": { - "line": 76, - "column": 14 - }, - "end": { - "line": 93, - "column": 21 - } - } - ], - "line": 75 - } - }, - "s": { - "0": 2, - "1": 2, - "2": 2, - "3": 2, - "4": 0, - "5": 0, - "6": 0, - "7": 0, - "8": 0, - "9": 0, - "10": 0, - "11": 0, - "12": 0, - "13": 0, - "14": 0, - "15": 0, - "16": 0, - "17": 0, - "18": 0 - }, - "f": { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "4": 0, - "5": 0, - "6": 0 - }, - "b": { - "0": [0, 0], - "1": [0, 0] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "ba2e0f9eb6180c0c8dc25fce320a425df3a8955d" - }, - "/Users/alberto/Repositories/bloom-frontend/components/session/SessionProgressDisplay.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/session/SessionProgressDisplay.tsx", - "statementMap": { - "0": { - "start": { - "line": 14, - "column": 38 - }, - "end": { - "line": 51, - "column": 1 - } - }, - "1": { - "start": { - "line": 15, - "column": 43 - }, - "end": { - "line": 15, - "column": 48 - } - }, - "2": { - "start": { - "line": 17, - "column": 48 - }, - "end": { - "line": 19, - "column": 3 - } - }, - "3": { - "start": { - "line": 21, - "column": 18 - }, - "end": { - "line": 21, - "column": 60 - } - }, - "4": { - "start": { - "line": 21, - "column": 46 - }, - "end": { - "line": 21, - "column": 59 - } - }, - "5": { - "start": { - "line": 23, - "column": 2 - }, - "end": { - "line": 39, - "column": 46 - } - }, - "6": { - "start": { - "line": 24, - "column": 23 - }, - "end": { - "line": 24, - "column": 97 - } - }, - "7": { - "start": { - "line": 24, - "column": 56 - }, - "end": { - "line": 24, - "column": 96 - } - }, - "8": { - "start": { - "line": 26, - "column": 4 - }, - "end": { - "line": 38, - "column": 5 - } - }, - "9": { - "start": { - "line": 27, - "column": 30 - }, - "end": { - "line": 29, - "column": 7 - } - }, - "10": { - "start": { - "line": 28, - "column": 25 - }, - "end": { - "line": 28, - "column": 62 - } - }, - "11": { - "start": { - "line": 31, - "column": 6 - }, - "end": { - "line": 37, - "column": 7 - } - }, - "12": { - "start": { - "line": 32, - "column": 8 - }, - "end": { - "line": 34, - "column": 56 - } - }, - "13": { - "start": { - "line": 36, - "column": 8 - }, - "end": { - "line": 36, - "column": 56 - } - }, - "14": { - "start": { - "line": 41, - "column": 2 - }, - "end": { - "line": 50, - "column": 4 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 14, - "column": 38 - }, - "end": { - "line": 14, - "column": 39 - } - }, - "loc": { - "start": { - "line": 14, - "column": 78 - }, - "end": { - "line": 51, - "column": 1 - } - }, - "line": 14 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 21, - "column": 35 - }, - "end": { - "line": 21, - "column": 36 - } - }, - "loc": { - "start": { - "line": 21, - "column": 46 - }, - "end": { - "line": 21, - "column": 59 - } - }, - "line": 21 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 23, - "column": 12 - }, - "end": { - "line": 23, - "column": 13 - } - }, - "loc": { - "start": { - "line": 23, - "column": 18 - }, - "end": { - "line": 39, - "column": 3 - } - }, - "line": 23 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 24, - "column": 36 - }, - "end": { - "line": 24, - "column": 37 - } - }, - "loc": { - "start": { - "line": 24, - "column": 56 - }, - "end": { - "line": 24, - "column": 96 - } - }, - "line": 24 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 28, - "column": 8 - }, - "end": { - "line": 28, - "column": 9 - } - }, - "loc": { - "start": { - "line": 28, - "column": 25 - }, - "end": { - "line": 28, - "column": 62 - } - }, - "line": 28 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 26, - "column": 4 - }, - "end": { - "line": 38, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 26, - "column": 4 - }, - "end": { - "line": 38, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 26 - }, - "1": { - "loc": { - "start": { - "line": 31, - "column": 6 - }, - "end": { - "line": 37, - "column": 7 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 31, - "column": 6 - }, - "end": { - "line": 37, - "column": 7 - } - }, - { - "start": { - "line": 35, - "column": 13 - }, - "end": { - "line": 37, - "column": 7 - } - } - ], - "line": 31 - }, - "2": { - "loc": { - "start": { - "line": 32, - "column": 8 - }, - "end": { - "line": 34, - "column": 55 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 33, - "column": 12 - }, - "end": { - "line": 33, - "column": 57 - } - }, - { - "start": { - "line": 34, - "column": 12 - }, - "end": { - "line": 34, - "column": 55 - } - } - ], - "line": 32 - }, - "3": { - "loc": { - "start": { - "line": 43, - "column": 7 - }, - "end": { - "line": 48, - "column": 7 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 43, - "column": 7 - }, - "end": { - "line": 43, - "column": 54 - } - }, - { - "start": { - "line": 44, - "column": 8 - }, - "end": { - "line": 47, - "column": 14 - } - } - ], - "line": 43 - }, - "4": { - "loc": { - "start": { - "line": 45, - "column": 11 - }, - "end": { - "line": 45, - "column": 90 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 45, - "column": 11 - }, - "end": { - "line": 45, - "column": 54 - } - }, - { - "start": { - "line": 45, - "column": 58 - }, - "end": { - "line": 45, - "column": 90 - } - } - ], - "line": 45 - }, - "5": { - "loc": { - "start": { - "line": 46, - "column": 11 - }, - "end": { - "line": 46, - "column": 93 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 46, - "column": 11 - }, - "end": { - "line": 46, - "column": 56 - } - }, - { - "start": { - "line": 46, - "column": 60 - }, - "end": { - "line": 46, - "column": 93 - } - } - ], - "line": 46 - } - }, - "s": { - "0": 2, - "1": 0, - "2": 0, - "3": 0, - "4": 0, - "5": 0, - "6": 0, - "7": 0, - "8": 0, - "9": 0, - "10": 0, - "11": 0, - "12": 0, - "13": 0, - "14": 0 - }, - "f": { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "4": 0 - }, - "b": { - "0": [0, 0], - "1": [0, 0], - "2": [0, 0], - "3": [0, 0], - "4": [0, 0], - "5": [0, 0] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "386ca136625297938bebb1114a4544e15745c656" - }, - "/Users/alberto/Repositories/bloom-frontend/components/cards/SessionCard.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/cards/SessionCard.tsx", - "statementMap": { - "0": { - "start": { - "line": 19, - "column": 18 - }, - "end": { - "line": 23, - "column": 10 - } - }, - "1": { - "start": { - "line": 25, - "column": 25 - }, - "end": { - "line": 28, - "column": 10 - } - }, - "2": { - "start": { - "line": 30, - "column": 29 - }, - "end": { - "line": 33, - "column": 10 - } - }, - "3": { - "start": { - "line": 35, - "column": 25 - }, - "end": { - "line": 38, - "column": 10 - } - }, - "4": { - "start": { - "line": 40, - "column": 29 - }, - "end": { - "line": 44, - "column": 10 - } - }, - "5": { - "start": { - "line": 46, - "column": 24 - }, - "end": { - "line": 52, - "column": 10 - } - }, - "6": { - "start": { - "line": 61, - "column": 20 - }, - "end": { - "line": 125, - "column": 1 - } - }, - "7": { - "start": { - "line": 62, - "column": 69 - }, - "end": { - "line": 62, - "column": 74 - } - }, - "8": { - "start": { - "line": 63, - "column": 34 - }, - "end": { - "line": 63, - "column": 58 - } - }, - "9": { - "start": { - "line": 65, - "column": 12 - }, - "end": { - "line": 65, - "column": 38 - } - }, - "10": { - "start": { - "line": 67, - "column": 28 - }, - "end": { - "line": 69, - "column": 3 - } - }, - "11": { - "start": { - "line": 68, - "column": 4 - }, - "end": { - "line": 68, - "column": 27 - } - }, - "12": { - "start": { - "line": 71, - "column": 21 - }, - "end": { - "line": 73, - "column": 12 - } - }, - "13": { - "start": { - "line": 75, - "column": 2 - }, - "end": { - "line": 124, - "column": 4 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 61, - "column": 20 - }, - "end": { - "line": 61, - "column": 21 - } - }, - "loc": { - "start": { - "line": 61, - "column": 49 - }, - "end": { - "line": 125, - "column": 1 - } - }, - "line": 61 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 67, - "column": 28 - }, - "end": { - "line": 67, - "column": 29 - } - }, - "loc": { - "start": { - "line": 67, - "column": 34 - }, - "end": { - "line": 69, - "column": 3 - } - }, - "line": 67 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 72, - "column": 15 - }, - "end": { - "line": 72, - "column": 51 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 72, - "column": 26 - }, - "end": { - "line": 72, - "column": 42 - } - }, - { - "start": { - "line": 72, - "column": 45 - }, - "end": { - "line": 72, - "column": 51 - } - } - ], - "line": 72 - }, - "1": { - "loc": { - "start": { - "line": 77, - "column": 7 - }, - "end": { - "line": 107, - "column": 7 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 78, - "column": 8 - }, - "end": { - "line": 96, - "column": 25 - } - }, - { - "start": { - "line": 98, - "column": 8 - }, - "end": { - "line": 106, - "column": 22 - } - } - ], - "line": 77 - } - }, - "s": { - "0": 2, - "1": 2, - "2": 2, - "3": 2, - "4": 2, - "5": 2, - "6": 2, - "7": 0, - "8": 0, - "9": 0, - "10": 0, - "11": 0, - "12": 0, - "13": 0 - }, - "f": { - "0": 0, - "1": 0 - }, - "b": { - "0": [0, 0], - "1": [0, 0] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "8ad33b83de30e65f9bfde650cceb5e27a345dc6f" - }, - "/Users/alberto/Repositories/bloom-frontend/components/common/ContentUnavailable.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/common/ContentUnavailable.tsx", - "statementMap": { - "0": { - "start": { - "line": 8, - "column": 29 - }, - "end": { - "line": 11, - "column": 10 - } - }, - "1": { - "start": { - "line": 13, - "column": 28 - }, - "end": { - "line": 18, - "column": 10 - } - }, - "2": { - "start": { - "line": 25, - "column": 34 - }, - "end": { - "line": 47, - "column": 1 - } - }, - "3": { - "start": { - "line": 26, - "column": 12 - }, - "end": { - "line": 26, - "column": 37 - } - }, - "4": { - "start": { - "line": 28, - "column": 2 - }, - "end": { - "line": 46, - "column": 4 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 25, - "column": 34 - }, - "end": { - "line": 25, - "column": 35 - } - }, - "loc": { - "start": { - "line": 25, - "column": 83 - }, - "end": { - "line": 47, - "column": 1 - } - }, - "line": 25 - } - }, - "branchMap": {}, - "s": { - "0": 2, - "1": 2, - "2": 2, - "3": 0, - "4": 0 - }, - "f": { - "0": 0 - }, - "b": {}, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "399711ac37cad26e9825a0b867ecc0c81285f980" - }, - "/Users/alberto/Repositories/bloom-frontend/components/banner/UserResearchBanner.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/banner/UserResearchBanner.tsx", - "statementMap": { - "0": { - "start": { - "line": 10, - "column": 19 - }, - "end": { - "line": 17, - "column": 1 - } - }, - "1": { - "start": { - "line": 19, - "column": 40 - }, - "end": { - "line": 19, - "column": 73 - } - }, - "2": { - "start": { - "line": 21, - "column": 2 - }, - "end": { - "line": 21, - "column": 115 - } - }, - "3": { - "start": { - "line": 24, - "column": 26 - }, - "end": { - "line": 24, - "column": 46 - } - }, - "4": { - "start": { - "line": 26, - "column": 24 - }, - "end": { - "line": 26, - "column": 73 - } - }, - "5": { - "start": { - "line": 26, - "column": 52 - }, - "end": { - "line": 26, - "column": 72 - } - }, - "6": { - "start": { - "line": 27, - "column": 26 - }, - "end": { - "line": 27, - "column": 76 - } - }, - "7": { - "start": { - "line": 27, - "column": 54 - }, - "end": { - "line": 27, - "column": 75 - } - }, - "8": { - "start": { - "line": 28, - "column": 23 - }, - "end": { - "line": 28, - "column": 70 - } - }, - "9": { - "start": { - "line": 28, - "column": 51 - }, - "end": { - "line": 28, - "column": 69 - } - }, - "10": { - "start": { - "line": 29, - "column": 24 - }, - "end": { - "line": 29, - "column": 86 - } - }, - "11": { - "start": { - "line": 31, - "column": 17 - }, - "end": { - "line": 31, - "column": 28 - } - }, - "12": { - "start": { - "line": 32, - "column": 32 - }, - "end": { - "line": 32, - "column": 86 - } - }, - "13": { - "start": { - "line": 33, - "column": 33 - }, - "end": { - "line": 33, - "column": 74 - } - }, - "14": { - "start": { - "line": 35, - "column": 22 - }, - "end": { - "line": 37, - "column": 4 - } - }, - "15": { - "start": { - "line": 36, - "column": 4 - }, - "end": { - "line": 36, - "column": 53 - } - }, - "16": { - "start": { - "line": 39, - "column": 23 - }, - "end": { - "line": 41, - "column": 3 - } - }, - "17": { - "start": { - "line": 43, - "column": 21 - }, - "end": { - "line": 43, - "column": 99 - } - }, - "18": { - "start": { - "line": 44, - "column": 2 - }, - "end": { - "line": 89, - "column": 11 - } - }, - "19": { - "start": { - "line": 56, - "column": 18 - }, - "end": { - "line": 56, - "column": 71 - } - }, - "20": { - "start": { - "line": 57, - "column": 18 - }, - "end": { - "line": 57, - "column": 66 - } - }, - "21": { - "start": { - "line": 59, - "column": 18 - }, - "end": { - "line": 59, - "column": 33 - } - }, - "22": { - "start": { - "line": 61, - "column": 18 - }, - "end": { - "line": 61, - "column": 88 - } - }, - "23": { - "start": { - "line": 70, - "column": 18 - }, - "end": { - "line": 70, - "column": 71 - } - }, - "24": { - "start": { - "line": 71, - "column": 18 - }, - "end": { - "line": 71, - "column": 65 - } - }, - "25": { - "start": { - "line": 73, - "column": 18 - }, - "end": { - "line": 73, - "column": 33 - } - } - }, - "fnMap": { - "0": { - "name": "UserResearchBanner", - "decl": { - "start": { - "line": 23, - "column": 24 - }, - "end": { - "line": 23, - "column": 42 - } - }, - "loc": { - "start": { - "line": 23, - "column": 45 - }, - "end": { - "line": 90, - "column": 1 - } - }, - "line": 23 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 26, - "column": 41 - }, - "end": { - "line": 26, - "column": 42 - } - }, - "loc": { - "start": { - "line": 26, - "column": 52 - }, - "end": { - "line": 26, - "column": 72 - } - }, - "line": 26 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 27, - "column": 43 - }, - "end": { - "line": 27, - "column": 44 - } - }, - "loc": { - "start": { - "line": 27, - "column": 54 - }, - "end": { - "line": 27, - "column": 75 - } - }, - "line": 27 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 28, - "column": 40 - }, - "end": { - "line": 28, - "column": 41 - } - }, - "loc": { - "start": { - "line": 28, - "column": 51 - }, - "end": { - "line": 28, - "column": 69 - } - }, - "line": 28 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 35, - "column": 43 - }, - "end": { - "line": 35, - "column": 44 - } - }, - "loc": { - "start": { - "line": 35, - "column": 51 - }, - "end": { - "line": 37, - "column": 3 - } - }, - "line": 35 - }, - "5": { - "name": "(anonymous_5)", - "decl": { - "start": { - "line": 55, - "column": 25 - }, - "end": { - "line": 55, - "column": 26 - } - }, - "loc": { - "start": { - "line": 55, - "column": 31 - }, - "end": { - "line": 62, - "column": 17 - } - }, - "line": 55 - }, - "6": { - "name": "(anonymous_6)", - "decl": { - "start": { - "line": 69, - "column": 25 - }, - "end": { - "line": 69, - "column": 26 - } - }, - "loc": { - "start": { - "line": 69, - "column": 31 - }, - "end": { - "line": 74, - "column": 17 - } - }, - "line": 69 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 40, - "column": 4 - }, - "end": { - "line": 40, - "column": 79 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 40, - "column": 4 - }, - "end": { - "line": 40, - "column": 36 - } - }, - { - "start": { - "line": 40, - "column": 40 - }, - "end": { - "line": 40, - "column": 79 - } - } - ], - "line": 40 - }, - "1": { - "loc": { - "start": { - "line": 43, - "column": 21 - }, - "end": { - "line": 43, - "column": 99 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 43, - "column": 21 - }, - "end": { - "line": 43, - "column": 43 - } - }, - { - "start": { - "line": 43, - "column": 47 - }, - "end": { - "line": 43, - "column": 58 - } - }, - { - "start": { - "line": 43, - "column": 62 - }, - "end": { - "line": 43, - "column": 74 - } - }, - { - "start": { - "line": 43, - "column": 78 - }, - "end": { - "line": 43, - "column": 99 - } - } - ], - "line": 43 - }, - "2": { - "loc": { - "start": { - "line": 44, - "column": 9 - }, - "end": { - "line": 89, - "column": 10 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 45, - "column": 4 - }, - "end": { - "line": 88, - "column": 12 - } - }, - { - "start": { - "line": 89, - "column": 6 - }, - "end": { - "line": 89, - "column": 10 - } - } - ], - "line": 44 - } - }, - "s": { - "0": 2, - "1": 2, - "2": 2, - "3": 8, - "4": 8, - "5": 19, - "6": 8, - "7": 19, - "8": 8, - "9": 19, - "10": 8, - "11": 8, - "12": 8, - "13": 8, - "14": 8, - "15": 0, - "16": 8, - "17": 8, - "18": 8, - "19": 0, - "20": 0, - "21": 0, - "22": 0, - "23": 0, - "24": 0, - "25": 0 - }, - "f": { - "0": 8, - "1": 19, - "2": 19, - "3": 19, - "4": 0, - "5": 0, - "6": 0 - }, - "b": { - "0": [8, 8], - "1": [8, 0, 0, 0], - "2": [0, 8] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "831e6aa98d55761441243d7eb6ac6bf9f0f03921" - }, - "/Users/alberto/Repositories/bloom-frontend/components/common/ProgressStatus.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/common/ProgressStatus.tsx", - "statementMap": { - "0": { - "start": { - "line": 12, - "column": 23 - }, - "end": { - "line": 33, - "column": 1 - } - }, - "1": { - "start": { - "line": 13, - "column": 21 - }, - "end": { - "line": 13, - "column": 26 - } - }, - "2": { - "start": { - "line": 14, - "column": 13 - }, - "end": { - "line": 14, - "column": 53 - } - }, - "3": { - "start": { - "line": 16, - "column": 2 - }, - "end": { - "line": 23, - "column": 3 - } - }, - "4": { - "start": { - "line": 17, - "column": 4 - }, - "end": { - "line": 22, - "column": 6 - } - }, - "5": { - "start": { - "line": 24, - "column": 2 - }, - "end": { - "line": 31, - "column": 3 - } - }, - "6": { - "start": { - "line": 25, - "column": 4 - }, - "end": { - "line": 30, - "column": 6 - } - }, - "7": { - "start": { - "line": 32, - "column": 2 - }, - "end": { - "line": 32, - "column": 15 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 12, - "column": 23 - }, - "end": { - "line": 12, - "column": 24 - } - }, - "loc": { - "start": { - "line": 12, - "column": 55 - }, - "end": { - "line": 33, - "column": 1 - } - }, - "line": 12 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 16, - "column": 2 - }, - "end": { - "line": 23, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 16, - "column": 2 - }, - "end": { - "line": 23, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 16 - }, - "1": { - "loc": { - "start": { - "line": 24, - "column": 2 - }, - "end": { - "line": 31, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 24, - "column": 2 - }, - "end": { - "line": 31, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 24 - } - }, - "s": { - "0": 2, - "1": 0, - "2": 0, - "3": 0, - "4": 0, - "5": 0, - "6": 0, - "7": 0 - }, - "f": { - "0": 0 - }, - "b": { - "0": [0, 0], - "1": [0, 0] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "8f40f8b441b3c3599cecaf0ddd4b7ce18c6c7207" - }, - "/Users/alberto/Repositories/bloom-frontend/components/layout/Header.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/layout/Header.tsx", - "statementMap": { - "0": { - "start": { - "line": 30, - "column": 29 - }, - "end": { - "line": 41, - "column": 1 - } - }, - "1": { - "start": { - "line": 43, - "column": 28 - }, - "end": { - "line": 50, - "column": 10 - } - }, - "2": { - "start": { - "line": 52, - "column": 27 - }, - "end": { - "line": 57, - "column": 10 - } - }, - "3": { - "start": { - "line": 59, - "column": 29 - }, - "end": { - "line": 61, - "column": 10 - } - }, - "4": { - "start": { - "line": 63, - "column": 25 - }, - "end": { - "line": 65, - "column": 10 - } - }, - "5": { - "start": { - "line": 67, - "column": 24 - }, - "end": { - "line": 73, - "column": 10 - } - }, - "6": { - "start": { - "line": 75, - "column": 22 - }, - "end": { - "line": 79, - "column": 10 - } - }, - "7": { - "start": { - "line": 81, - "column": 15 - }, - "end": { - "line": 142, - "column": 1 - } - }, - "8": { - "start": { - "line": 91, - "column": 6 - }, - "end": { - "line": 91, - "column": 11 - } - }, - "9": { - "start": { - "line": 93, - "column": 17 - }, - "end": { - "line": 93, - "column": 28 - } - }, - "10": { - "start": { - "line": 94, - "column": 13 - }, - "end": { - "line": 94, - "column": 38 - } - }, - "11": { - "start": { - "line": 95, - "column": 23 - }, - "end": { - "line": 95, - "column": 93 - } - }, - "12": { - "start": { - "line": 97, - "column": 2 - }, - "end": { - "line": 141, - "column": 4 - } - }, - "13": { - "start": { - "line": 103, - "column": 25 - }, - "end": { - "line": 103, - "column": 38 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 81, - "column": 15 - }, - "end": { - "line": 81, - "column": 16 - } - }, - "loc": { - "start": { - "line": 81, - "column": 39 - }, - "end": { - "line": 142, - "column": 1 - } - }, - "line": 81 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 103, - "column": 19 - }, - "end": { - "line": 103, - "column": 20 - } - }, - "loc": { - "start": { - "line": 103, - "column": 25 - }, - "end": { - "line": 103, - "column": 38 - } - }, - "line": 103 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 95, - "column": 23 - }, - "end": { - "line": 95, - "column": 93 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 95, - "column": 44 - }, - "end": { - "line": 95, - "column": 62 - } - }, - { - "start": { - "line": 95, - "column": 65 - }, - "end": { - "line": 95, - "column": 93 - } - } - ], - "line": 95 - }, - "1": { - "loc": { - "start": { - "line": 95, - "column": 65 - }, - "end": { - "line": 95, - "column": 93 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 95, - "column": 76 - }, - "end": { - "line": 95, - "column": 88 - } - }, - { - "start": { - "line": 95, - "column": 91 - }, - "end": { - "line": 95, - "column": 93 - } - } - ], - "line": 95 - }, - "2": { - "loc": { - "start": { - "line": 108, - "column": 9 - }, - "end": { - "line": 108, - "column": 68 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 108, - "column": 9 - }, - "end": { - "line": 108, - "column": 17 - } - }, - { - "start": { - "line": 108, - "column": 21 - }, - "end": { - "line": 108, - "column": 68 - } - } - ], - "line": 108 - }, - "3": { - "loc": { - "start": { - "line": 113, - "column": 11 - }, - "end": { - "line": 124, - "column": 11 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 114, - "column": 12 - }, - "end": { - "line": 121, - "column": 25 - } - }, - { - "start": { - "line": 123, - "column": 12 - }, - "end": { - "line": 123, - "column": 49 - } - } - ], - "line": 113 - }, - "4": { - "loc": { - "start": { - "line": 113, - "column": 11 - }, - "end": { - "line": 113, - "column": 86 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 113, - "column": 11 - }, - "end": { - "line": 113, - "column": 43 - } - }, - { - "start": { - "line": 113, - "column": 47 - }, - "end": { - "line": 113, - "column": 86 - } - } - ], - "line": 113 - }, - "5": { - "loc": { - "start": { - "line": 126, - "column": 9 - }, - "end": { - "line": 126, - "column": 69 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 126, - "column": 9 - }, - "end": { - "line": 126, - "column": 23 - } - }, - { - "start": { - "line": 126, - "column": 27 - }, - "end": { - "line": 126, - "column": 69 - } - } - ], - "line": 126 - }, - "6": { - "loc": { - "start": { - "line": 127, - "column": 9 - }, - "end": { - "line": 127, - "column": 39 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 127, - "column": 9 - }, - "end": { - "line": 127, - "column": 12 - } - }, - { - "start": { - "line": 127, - "column": 16 - }, - "end": { - "line": 127, - "column": 39 - } - } - ], - "line": 127 - } - }, - "s": { - "0": 2, - "1": 2, - "2": 2, - "3": 2, - "4": 2, - "5": 2, - "6": 2, - "7": 2, - "8": 2, - "9": 2, - "10": 2, - "11": 2, - "12": 2, - "13": 0 - }, - "f": { - "0": 2, - "1": 0 - }, - "b": { - "0": [2, 0], - "1": [0, 0], - "2": [2, 0], - "3": [2, 0], - "4": [2, 0], - "5": [2, 0], - "6": [2, 0] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "75c14b4a96a9b60b7f2020cacd23f1da7a0c787b" - }, - "/Users/alberto/Repositories/bloom-frontend/components/course/CourseHeader.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/course/CourseHeader.tsx", - "statementMap": { - "0": { - "start": { - "line": 17, - "column": 21 - }, - "end": { - "line": 43, - "column": 1 - } - }, - "1": { - "start": { - "line": 18, - "column": 82 - }, - "end": { - "line": 18, - "column": 87 - } - }, - "2": { - "start": { - "line": 20, - "column": 22 - }, - "end": { - "line": 26, - "column": 3 - } - }, - "3": { - "start": { - "line": 28, - "column": 12 - }, - "end": { - "line": 28, - "column": 38 - } - }, - "4": { - "start": { - "line": 30, - "column": 2 - }, - "end": { - "line": 42, - "column": 4 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 17, - "column": 21 - }, - "end": { - "line": 17, - "column": 22 - } - }, - "loc": { - "start": { - "line": 17, - "column": 51 - }, - "end": { - "line": 43, - "column": 1 - } - }, - "line": 17 - } - }, - "branchMap": {}, - "s": { - "0": 2, - "1": 0, - "2": 0, - "3": 0, - "4": 0 - }, - "f": { - "0": 0 - }, - "b": {}, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "60ead755b9a7f9f3e51045aec708e44232504f11" - }, - "/Users/alberto/Repositories/bloom-frontend/components/video/Video.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/video/Video.tsx", - "statementMap": { - "0": { - "start": { - "line": 7, - "column": 20 - }, - "end": { - "line": 7, - "column": 81 - } - }, - "1": { - "start": { - "line": 7, - "column": 34 - }, - "end": { - "line": 7, - "column": 64 - } - }, - "2": { - "start": { - "line": 9, - "column": 28 - }, - "end": { - "line": 12, - "column": 10 - } - }, - "3": { - "start": { - "line": 14, - "column": 19 - }, - "end": { - "line": 18, - "column": 10 - } - }, - "4": { - "start": { - "line": 28, - "column": 14 - }, - "end": { - "line": 103, - "column": 1 - } - }, - "5": { - "start": { - "line": 29, - "column": 76 - }, - "end": { - "line": 29, - "column": 81 - } - }, - "6": { - "start": { - "line": 30, - "column": 44 - }, - "end": { - "line": 30, - "column": 63 - } - }, - "7": { - "start": { - "line": 31, - "column": 48 - }, - "end": { - "line": 31, - "column": 67 - } - }, - "8": { - "start": { - "line": 33, - "column": 17 - }, - "end": { - "line": 33, - "column": 49 - } - }, - "9": { - "start": { - "line": 34, - "column": 23 - }, - "end": { - "line": 39, - "column": 3 - } - }, - "10": { - "start": { - "line": 35, - "column": 4 - }, - "end": { - "line": 35, - "column": 45 - } - }, - "11": { - "start": { - "line": 36, - "column": 4 - }, - "end": { - "line": 38, - "column": 5 - } - }, - "12": { - "start": { - "line": 37, - "column": 6 - }, - "end": { - "line": 37, - "column": 96 - } - }, - "13": { - "start": { - "line": 41, - "column": 21 - }, - "end": { - "line": 48, - "column": 3 - } - }, - "14": { - "start": { - "line": 42, - "column": 4 - }, - "end": { - "line": 47, - "column": 5 - } - }, - "15": { - "start": { - "line": 43, - "column": 6 - }, - "end": { - "line": 46, - "column": 9 - } - }, - "16": { - "start": { - "line": 50, - "column": 30 - }, - "end": { - "line": 68, - "column": 3 - } - }, - "17": { - "start": { - "line": 51, - "column": 4 - }, - "end": { - "line": 67, - "column": 5 - } - }, - "18": { - "start": { - "line": 52, - "column": 31 - }, - "end": { - "line": 52, - "column": 82 - } - }, - "19": { - "start": { - "line": 54, - "column": 6 - }, - "end": { - "line": 59, - "column": 9 - } - }, - "20": { - "start": { - "line": 61, - "column": 6 - }, - "end": { - "line": 66, - "column": 7 - } - }, - "21": { - "start": { - "line": 63, - "column": 8 - }, - "end": { - "line": 65, - "column": 9 - } - }, - "22": { - "start": { - "line": 64, - "column": 10 - }, - "end": { - "line": 64, - "column": 23 - } - }, - "23": { - "start": { - "line": 69, - "column": 73 - }, - "end": { - "line": 74, - "column": 3 - } - }, - "24": { - "start": { - "line": 71, - "column": 6 - }, - "end": { - "line": 71, - "column": 46 - } - }, - "25": { - "start": { - "line": 76, - "column": 25 - }, - "end": { - "line": 79, - "column": 12 - } - }, - "26": { - "start": { - "line": 81, - "column": 2 - }, - "end": { - "line": 102, - "column": 4 - } - }, - "27": { - "start": { - "line": 87, - "column": 36 - }, - "end": { - "line": 87, - "column": 62 - } - }, - "28": { - "start": { - "line": 89, - "column": 25 - }, - "end": { - "line": 89, - "column": 51 - } - }, - "29": { - "start": { - "line": 90, - "column": 24 - }, - "end": { - "line": 90, - "column": 49 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 7, - "column": 28 - }, - "end": { - "line": 7, - "column": 29 - } - }, - "loc": { - "start": { - "line": 7, - "column": 34 - }, - "end": { - "line": 7, - "column": 64 - } - }, - "line": 7 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 28, - "column": 14 - }, - "end": { - "line": 28, - "column": 15 - } - }, - "loc": { - "start": { - "line": 28, - "column": 37 - }, - "end": { - "line": 103, - "column": 1 - } - }, - "line": 28 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 34, - "column": 23 - }, - "end": { - "line": 34, - "column": 24 - } - }, - "loc": { - "start": { - "line": 34, - "column": 29 - }, - "end": { - "line": 39, - "column": 3 - } - }, - "line": 34 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 41, - "column": 21 - }, - "end": { - "line": 41, - "column": 22 - } - }, - "loc": { - "start": { - "line": 41, - "column": 27 - }, - "end": { - "line": 48, - "column": 3 - } - }, - "line": 41 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 50, - "column": 30 - }, - "end": { - "line": 50, - "column": 31 - } - }, - "loc": { - "start": { - "line": 50, - "column": 51 - }, - "end": { - "line": 68, - "column": 3 - } - }, - "line": 50 - }, - "5": { - "name": "(anonymous_5)", - "decl": { - "start": { - "line": 70, - "column": 4 - }, - "end": { - "line": 70, - "column": 5 - } - }, - "loc": { - "start": { - "line": 70, - "column": 32 - }, - "end": { - "line": 72, - "column": 5 - } - }, - "line": 70 - }, - "6": { - "name": "(anonymous_6)", - "decl": { - "start": { - "line": 87, - "column": 22 - }, - "end": { - "line": 87, - "column": 23 - } - }, - "loc": { - "start": { - "line": 87, - "column": 36 - }, - "end": { - "line": 87, - "column": 62 - } - }, - "line": 87 - }, - "7": { - "name": "(anonymous_7)", - "decl": { - "start": { - "line": 89, - "column": 19 - }, - "end": { - "line": 89, - "column": 20 - } - }, - "loc": { - "start": { - "line": 89, - "column": 25 - }, - "end": { - "line": 89, - "column": 51 - } - }, - "line": 89 - }, - "8": { - "name": "(anonymous_8)", - "decl": { - "start": { - "line": 90, - "column": 18 - }, - "end": { - "line": 90, - "column": 19 - } - }, - "loc": { - "start": { - "line": 90, - "column": 24 - }, - "end": { - "line": 90, - "column": 49 - } - }, - "line": 90 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 35, - "column": 4 - }, - "end": { - "line": 35, - "column": 44 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 35, - "column": 4 - }, - "end": { - "line": 35, - "column": 19 - } - }, - { - "start": { - "line": 35, - "column": 23 - }, - "end": { - "line": 35, - "column": 44 - } - } - ], - "line": 35 - }, - "1": { - "loc": { - "start": { - "line": 36, - "column": 4 - }, - "end": { - "line": 38, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 36, - "column": 4 - }, - "end": { - "line": 38, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 36 - }, - "2": { - "loc": { - "start": { - "line": 42, - "column": 4 - }, - "end": { - "line": 47, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 42, - "column": 4 - }, - "end": { - "line": 47, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 42 - }, - "3": { - "loc": { - "start": { - "line": 51, - "column": 4 - }, - "end": { - "line": 67, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 51, - "column": 4 - }, - "end": { - "line": 67, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 51 - }, - "4": { - "loc": { - "start": { - "line": 54, - "column": 15 - }, - "end": { - "line": 54, - "column": 85 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 54, - "column": 24 - }, - "end": { - "line": 54, - "column": 53 - } - }, - { - "start": { - "line": 54, - "column": 56 - }, - "end": { - "line": 54, - "column": 85 - } - } - ], - "line": 54 - }, - "5": { - "loc": { - "start": { - "line": 61, - "column": 6 - }, - "end": { - "line": 66, - "column": 7 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 61, - "column": 6 - }, - "end": { - "line": 66, - "column": 7 - } - }, - { - "start": { - "line": 62, - "column": 13 - }, - "end": { - "line": 66, - "column": 7 - } - } - ], - "line": 61 - }, - "6": { - "loc": { - "start": { - "line": 63, - "column": 8 - }, - "end": { - "line": 65, - "column": 9 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 63, - "column": 8 - }, - "end": { - "line": 65, - "column": 9 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 63 - } - }, - "s": { - "0": 2, - "1": 0, - "2": 2, - "3": 2, - "4": 2, - "5": 0, - "6": 0, - "7": 0, - "8": 0, - "9": 0, - "10": 0, - "11": 0, - "12": 0, - "13": 0, - "14": 0, - "15": 0, - "16": 0, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0, - "22": 0, - "23": 0, - "24": 0, - "25": 0, - "26": 0, - "27": 0, - "28": 0, - "29": 0 - }, - "f": { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "4": 0, - "5": 0, - "6": 0, - "7": 0, - "8": 0 - }, - "b": { - "0": [0, 0], - "1": [0, 0], - "2": [0, 0], - "3": [0, 0], - "4": [0, 0], - "5": [0, 0], - "6": [0, 0] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "06b4ad1950bb922f18587b097aae4ec5e03180c5" - }, - "/Users/alberto/Repositories/bloom-frontend/components/video/VideoTranscriptModal.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/video/VideoTranscriptModal.tsx", - "statementMap": { - "0": { - "start": { - "line": 8, - "column": 19 - }, - "end": { - "line": 20, - "column": 10 - } - }, - "1": { - "start": { - "line": 22, - "column": 26 - }, - "end": { - "line": 27, - "column": 10 - } - }, - "2": { - "start": { - "line": 29, - "column": 24 - }, - "end": { - "line": 35, - "column": 10 - } - }, - "3": { - "start": { - "line": 37, - "column": 35 - }, - "end": { - "line": 41, - "column": 1 - } - }, - "4": { - "start": { - "line": 49, - "column": 29 - }, - "end": { - "line": 83, - "column": 1 - } - }, - "5": { - "start": { - "line": 50, - "column": 78 - }, - "end": { - "line": 50, - "column": 83 - } - }, - "6": { - "start": { - "line": 52, - "column": 13 - }, - "end": { - "line": 52, - "column": 38 - } - }, - "7": { - "start": { - "line": 54, - "column": 2 - }, - "end": { - "line": 82, - "column": 4 - } - }, - "8": { - "start": { - "line": 57, - "column": 21 - }, - "end": { - "line": 57, - "column": 50 - } - }, - "9": { - "start": { - "line": 66, - "column": 25 - }, - "end": { - "line": 66, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 49, - "column": 29 - }, - "end": { - "line": 49, - "column": 30 - } - }, - "loc": { - "start": { - "line": 49, - "column": 62 - }, - "end": { - "line": 83, - "column": 1 - } - }, - "line": 49 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 57, - "column": 15 - }, - "end": { - "line": 57, - "column": 16 - } - }, - "loc": { - "start": { - "line": 57, - "column": 21 - }, - "end": { - "line": 57, - "column": 50 - } - }, - "line": 57 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 66, - "column": 19 - }, - "end": { - "line": 66, - "column": 20 - } - }, - "loc": { - "start": { - "line": 66, - "column": 25 - }, - "end": { - "line": 66, - "column": 54 - } - }, - "line": 66 - } - }, - "branchMap": {}, - "s": { - "0": 2, - "1": 2, - "2": 2, - "3": 2, - "4": 2, - "5": 0, - "6": 0, - "7": 0, - "8": 0, - "9": 0 - }, - "f": { - "0": 0, - "1": 0, - "2": 0 - }, - "b": {}, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "3d540aa50b3e2c1b8f9d2aab23d3a1b4349f93d6" - }, - "/Users/alberto/Repositories/bloom-frontend/components/course/CourseStatusHeader.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/course/CourseStatusHeader.tsx", - "statementMap": { - "0": { - "start": { - "line": 12, - "column": 27 - }, - "end": { - "line": 34, - "column": 1 - } - }, - "1": { - "start": { - "line": 13, - "column": 21 - }, - "end": { - "line": 13, - "column": 26 - } - }, - "2": { - "start": { - "line": 15, - "column": 12 - }, - "end": { - "line": 15, - "column": 38 - } - }, - "3": { - "start": { - "line": 18, - "column": 4 - }, - "end": { - "line": 24, - "column": 5 - } - }, - "4": { - "start": { - "line": 26, - "column": 2 - }, - "end": { - "line": 33, - "column": 4 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 12, - "column": 27 - }, - "end": { - "line": 12, - "column": 28 - } - }, - "loc": { - "start": { - "line": 12, - "column": 63 - }, - "end": { - "line": 34, - "column": 1 - } - }, - "line": 12 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 18, - "column": 4 - }, - "end": { - "line": 24, - "column": 5 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 19, - "column": 6 - }, - "end": { - "line": 19, - "column": 39 - } - }, - { - "start": { - "line": 20, - "column": 8 - }, - "end": { - "line": 24, - "column": 5 - } - } - ], - "line": 18 - }, - "1": { - "loc": { - "start": { - "line": 20, - "column": 8 - }, - "end": { - "line": 24, - "column": 5 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 21, - "column": 6 - }, - "end": { - "line": 21, - "column": 29 - } - }, - { - "start": { - "line": 23, - "column": 6 - }, - "end": { - "line": 23, - "column": 30 - } - } - ], - "line": 20 - } - }, - "s": { - "0": 2, - "1": 0, - "2": 0, - "3": 0, - "4": 0 - }, - "f": { - "0": 0 - }, - "b": { - "0": [0, 0], - "1": [0, 0] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "eeb43c264d05c6550ff147a269ec9be3cf62525e" - }, - "/Users/alberto/Repositories/bloom-frontend/components/course/CourseIntroduction.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/course/CourseIntroduction.tsx", - "statementMap": { - "0": { - "start": { - "line": 17, - "column": 23 - }, - "end": { - "line": 20, - "column": 10 - } - }, - "1": { - "start": { - "line": 22, - "column": 35 - }, - "end": { - "line": 25, - "column": 10 - } - }, - "2": { - "start": { - "line": 39, - "column": 27 - }, - "end": { - "line": 123, - "column": 1 - } - }, - "3": { - "start": { - "line": 50, - "column": 6 - }, - "end": { - "line": 50, - "column": 11 - } - }, - "4": { - "start": { - "line": 51, - "column": 56 - }, - "end": { - "line": 51, - "column": 86 - } - }, - "5": { - "start": { - "line": 53, - "column": 12 - }, - "end": { - "line": 53, - "column": 38 - } - }, - "6": { - "start": { - "line": 55, - "column": 2 - }, - "end": { - "line": 69, - "column": 45 - } - }, - "7": { - "start": { - "line": 56, - "column": 4 - }, - "end": { - "line": 58, - "column": 5 - } - }, - "8": { - "start": { - "line": 57, - "column": 6 - }, - "end": { - "line": 57, - "column": 13 - } - }, - "9": { - "start": { - "line": 60, - "column": 4 - }, - "end": { - "line": 68, - "column": 6 - } - }, - "10": { - "start": { - "line": 71, - "column": 28 - }, - "end": { - "line": 78, - "column": 3 - } - }, - "11": { - "start": { - "line": 72, - "column": 4 - }, - "end": { - "line": 77, - "column": 6 - } - }, - "12": { - "start": { - "line": 80, - "column": 2 - }, - "end": { - "line": 122, - "column": 4 - } - }, - "13": { - "start": { - "line": 89, - "column": 14 - }, - "end": { - "line": 95, - "column": 24 - } - }, - "14": { - "start": { - "line": 92, - "column": 31 - }, - "end": { - "line": 92, - "column": 59 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 39, - "column": 27 - }, - "end": { - "line": 39, - "column": 28 - } - }, - "loc": { - "start": { - "line": 39, - "column": 63 - }, - "end": { - "line": 123, - "column": 1 - } - }, - "line": 39 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 55, - "column": 12 - }, - "end": { - "line": 55, - "column": 13 - } - }, - "loc": { - "start": { - "line": 55, - "column": 18 - }, - "end": { - "line": 69, - "column": 3 - } - }, - "line": 55 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 71, - "column": 28 - }, - "end": { - "line": 71, - "column": 29 - } - }, - "loc": { - "start": { - "line": 72, - "column": 4 - }, - "end": { - "line": 77, - "column": 6 - } - }, - "line": 72 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 88, - "column": 28 - }, - "end": { - "line": 88, - "column": 29 - } - }, - "loc": { - "start": { - "line": 89, - "column": 14 - }, - "end": { - "line": 95, - "column": 24 - } - }, - "line": 89 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 92, - "column": 25 - }, - "end": { - "line": 92, - "column": 26 - } - }, - "loc": { - "start": { - "line": 92, - "column": 31 - }, - "end": { - "line": 92, - "column": 59 - } - }, - "line": 92 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 46, - "column": 4 - }, - "end": { - "line": 46, - "column": 26 - } - }, - "type": "default-arg", - "locations": [ - { - "start": { - "line": 46, - "column": 21 - }, - "end": { - "line": 46, - "column": 26 - } - } - ], - "line": 46 - }, - "1": { - "loc": { - "start": { - "line": 47, - "column": 4 - }, - "end": { - "line": 47, - "column": 25 - } - }, - "type": "default-arg", - "locations": [ - { - "start": { - "line": 47, - "column": 20 - }, - "end": { - "line": 47, - "column": 25 - } - } - ], - "line": 47 - }, - "2": { - "loc": { - "start": { - "line": 48, - "column": 4 - }, - "end": { - "line": 48, - "column": 28 - } - }, - "type": "default-arg", - "locations": [ - { - "start": { - "line": 48, - "column": 23 - }, - "end": { - "line": 48, - "column": 28 - } - } - ], - "line": 48 - }, - "3": { - "loc": { - "start": { - "line": 56, - "column": 4 - }, - "end": { - "line": 58, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 56, - "column": 4 - }, - "end": { - "line": 58, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 56 - }, - "4": { - "loc": { - "start": { - "line": 61, - "column": 6 - }, - "end": { - "line": 63, - "column": 46 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 62, - "column": 10 - }, - "end": { - "line": 62, - "column": 46 - } - }, - { - "start": { - "line": 63, - "column": 10 - }, - "end": { - "line": 63, - "column": 46 - } - } - ], - "line": 61 - }, - "5": { - "loc": { - "start": { - "line": 106, - "column": 9 - }, - "end": { - "line": 106, - "column": 87 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 106, - "column": 9 - }, - "end": { - "line": 106, - "column": 25 - } - }, - { - "start": { - "line": 106, - "column": 30 - }, - "end": { - "line": 106, - "column": 44 - } - }, - { - "start": { - "line": 106, - "column": 48 - }, - "end": { - "line": 106, - "column": 61 - } - }, - { - "start": { - "line": 106, - "column": 66 - }, - "end": { - "line": 106, - "column": 87 - } - } - ], - "line": 106 - }, - "6": { - "loc": { - "start": { - "line": 108, - "column": 7 - }, - "end": { - "line": 120, - "column": 7 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 109, - "column": 8 - }, - "end": { - "line": 112, - "column": 14 - } - }, - { - "start": { - "line": 113, - "column": 10 - }, - "end": { - "line": 120, - "column": 7 - } - } - ], - "line": 108 - }, - "7": { - "loc": { - "start": { - "line": 108, - "column": 7 - }, - "end": { - "line": 108, - "column": 41 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 108, - "column": 7 - }, - "end": { - "line": 108, - "column": 23 - } - }, - { - "start": { - "line": 108, - "column": 27 - }, - "end": { - "line": 108, - "column": 41 - } - } - ], - "line": 108 - }, - "8": { - "loc": { - "start": { - "line": 113, - "column": 10 - }, - "end": { - "line": 120, - "column": 7 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 114, - "column": 8 - }, - "end": { - "line": 117, - "column": 14 - } - }, - { - "start": { - "line": 119, - "column": 8 - }, - "end": { - "line": 119, - "column": 29 - } - } - ], - "line": 113 - }, - "9": { - "loc": { - "start": { - "line": 113, - "column": 10 - }, - "end": { - "line": 113, - "column": 43 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 113, - "column": 10 - }, - "end": { - "line": 113, - "column": 26 - } - }, - { - "start": { - "line": 113, - "column": 30 - }, - "end": { - "line": 113, - "column": 43 - } - } - ], - "line": 113 - } - }, - "s": { - "0": 2, - "1": 2, - "2": 2, - "3": 0, - "4": 0, - "5": 0, - "6": 0, - "7": 0, - "8": 0, - "9": 0, - "10": 0, - "11": 0, - "12": 0, - "13": 0, - "14": 0 - }, - "f": { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "4": 0 - }, - "b": { - "0": [0], - "1": [0], - "2": [0], - "3": [0, 0], - "4": [0, 0], - "5": [0, 0, 0, 0], - "6": [0, 0], - "7": [0, 0], - "8": [0, 0], - "9": [0, 0] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "db8ec26cd401b9483099679f0c96c05cb472c4ae" - }, - "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokCoursePage.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokCoursePage.tsx", - "statementMap": { - "0": { - "start": { - "line": 23, - "column": 23 - }, - "end": { - "line": 25, - "column": 10 - } - }, - "1": { - "start": { - "line": 27, - "column": 31 - }, - "end": { - "line": 29, - "column": 10 - } - }, - "2": { - "start": { - "line": 31, - "column": 28 - }, - "end": { - "line": 35, - "column": 10 - } - }, - "3": { - "start": { - "line": 57, - "column": 28 - }, - "end": { - "line": 234, - "column": 1 - } - }, - "4": { - "start": { - "line": 76, - "column": 6 - }, - "end": { - "line": 76, - "column": 11 - } - }, - "5": { - "start": { - "line": 78, - "column": 12 - }, - "end": { - "line": 78, - "column": 38 - } - }, - "6": { - "start": { - "line": 79, - "column": 24 - }, - "end": { - "line": 79, - "column": 73 - } - }, - "7": { - "start": { - "line": 79, - "column": 52 - }, - "end": { - "line": 79, - "column": 72 - } - }, - "8": { - "start": { - "line": 80, - "column": 26 - }, - "end": { - "line": 80, - "column": 76 - } - }, - "9": { - "start": { - "line": 80, - "column": 54 - }, - "end": { - "line": 80, - "column": 75 - } - }, - "10": { - "start": { - "line": 81, - "column": 23 - }, - "end": { - "line": 81, - "column": 70 - } - }, - "11": { - "start": { - "line": 81, - "column": 51 - }, - "end": { - "line": 81, - "column": 69 - } - }, - "12": { - "start": { - "line": 82, - "column": 18 - }, - "end": { - "line": 82, - "column": 60 - } - }, - "13": { - "start": { - "line": 82, - "column": 46 - }, - "end": { - "line": 82, - "column": 59 - } - }, - "14": { - "start": { - "line": 83, - "column": 21 - }, - "end": { - "line": 83, - "column": 72 - } - }, - "15": { - "start": { - "line": 83, - "column": 49 - }, - "end": { - "line": 83, - "column": 71 - } - }, - "16": { - "start": { - "line": 84, - "column": 48 - }, - "end": { - "line": 84, - "column": 71 - } - }, - "17": { - "start": { - "line": 85, - "column": 46 - }, - "end": { - "line": 87, - "column": 3 - } - }, - "18": { - "start": { - "line": 89, - "column": 2 - }, - "end": { - "line": 93, - "column": 61 - } - }, - "19": { - "start": { - "line": 90, - "column": 26 - }, - "end": { - "line": 90, - "column": 47 - } - }, - "20": { - "start": { - "line": 92, - "column": 4 - }, - "end": { - "line": 92, - "column": 87 - } - }, - "21": { - "start": { - "line": 95, - "column": 2 - }, - "end": { - "line": 97, - "column": 25 - } - }, - "22": { - "start": { - "line": 96, - "column": 4 - }, - "end": { - "line": 96, - "column": 65 - } - }, - "23": { - "start": { - "line": 99, - "column": 2 - }, - "end": { - "line": 101, - "column": 9 - } - }, - "24": { - "start": { - "line": 100, - "column": 4 - }, - "end": { - "line": 100, - "column": 48 - } - }, - "25": { - "start": { - "line": 103, - "column": 24 - }, - "end": { - "line": 103, - "column": 86 - } - }, - "26": { - "start": { - "line": 105, - "column": 36 - }, - "end": { - "line": 105, - "column": 47 - } - }, - "27": { - "start": { - "line": 106, - "column": 34 - }, - "end": { - "line": 111, - "column": 4 - } - }, - "28": { - "start": { - "line": 112, - "column": 33 - }, - "end": { - "line": 117, - "column": 4 - } - }, - "29": { - "start": { - "line": 119, - "column": 27 - }, - "end": { - "line": 119, - "column": 75 - } - }, - "30": { - "start": { - "line": 121, - "column": 20 - }, - "end": { - "line": 129, - "column": 3 - } - }, - "31": { - "start": { - "line": 131, - "column": 2 - }, - "end": { - "line": 140, - "column": 3 - } - }, - "32": { - "start": { - "line": 132, - "column": 4 - }, - "end": { - "line": 139, - "column": 6 - } - }, - "33": { - "start": { - "line": 136, - "column": 37 - }, - "end": { - "line": 136, - "column": 76 - } - }, - "34": { - "start": { - "line": 142, - "column": 2 - }, - "end": { - "line": 233, - "column": 4 - } - }, - "35": { - "start": { - "line": 205, - "column": 16 - }, - "end": { - "line": 226, - "column": 18 - } - }, - "36": { - "start": { - "line": 212, - "column": 41 - }, - "end": { - "line": 212, - "column": 87 - } - }, - "37": { - "start": { - "line": 214, - "column": 24 - }, - "end": { - "line": 222, - "column": 26 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 57, - "column": 28 - }, - "end": { - "line": 57, - "column": 29 - } - }, - "loc": { - "start": { - "line": 57, - "column": 65 - }, - "end": { - "line": 234, - "column": 1 - } - }, - "line": 57 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 79, - "column": 41 - }, - "end": { - "line": 79, - "column": 42 - } - }, - "loc": { - "start": { - "line": 79, - "column": 52 - }, - "end": { - "line": 79, - "column": 72 - } - }, - "line": 79 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 80, - "column": 43 - }, - "end": { - "line": 80, - "column": 44 - } - }, - "loc": { - "start": { - "line": 80, - "column": 54 - }, - "end": { - "line": 80, - "column": 75 - } - }, - "line": 80 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 81, - "column": 40 - }, - "end": { - "line": 81, - "column": 41 - } - }, - "loc": { - "start": { - "line": 81, - "column": 51 - }, - "end": { - "line": 81, - "column": 69 - } - }, - "line": 81 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 82, - "column": 35 - }, - "end": { - "line": 82, - "column": 36 - } - }, - "loc": { - "start": { - "line": 82, - "column": 46 - }, - "end": { - "line": 82, - "column": 59 - } - }, - "line": 82 - }, - "5": { - "name": "(anonymous_5)", - "decl": { - "start": { - "line": 83, - "column": 38 - }, - "end": { - "line": 83, - "column": 39 - } - }, - "loc": { - "start": { - "line": 83, - "column": 49 - }, - "end": { - "line": 83, - "column": 71 - } - }, - "line": 83 - }, - "6": { - "name": "(anonymous_6)", - "decl": { - "start": { - "line": 89, - "column": 12 - }, - "end": { - "line": 89, - "column": 13 - } - }, - "loc": { - "start": { - "line": 89, - "column": 18 - }, - "end": { - "line": 93, - "column": 3 - } - }, - "line": 89 - }, - "7": { - "name": "(anonymous_7)", - "decl": { - "start": { - "line": 95, - "column": 12 - }, - "end": { - "line": 95, - "column": 13 - } - }, - "loc": { - "start": { - "line": 95, - "column": 18 - }, - "end": { - "line": 97, - "column": 3 - } - }, - "line": 95 - }, - "8": { - "name": "(anonymous_8)", - "decl": { - "start": { - "line": 99, - "column": 12 - }, - "end": { - "line": 99, - "column": 13 - } - }, - "loc": { - "start": { - "line": 99, - "column": 18 - }, - "end": { - "line": 101, - "column": 3 - } - }, - "line": 99 - }, - "9": { - "name": "(anonymous_9)", - "decl": { - "start": { - "line": 136, - "column": 23 - }, - "end": { - "line": 136, - "column": 24 - } - }, - "loc": { - "start": { - "line": 136, - "column": 37 - }, - "end": { - "line": 136, - "column": 76 - } - }, - "line": 136 - }, - "10": { - "name": "(anonymous_10)", - "decl": { - "start": { - "line": 204, - "column": 25 - }, - "end": { - "line": 204, - "column": 26 - } - }, - "loc": { - "start": { - "line": 204, - "column": 40 - }, - "end": { - "line": 227, - "column": 15 - } - }, - "line": 204 - }, - "11": { - "name": "(anonymous_11)", - "decl": { - "start": { - "line": 211, - "column": 41 - }, - "end": { - "line": 211, - "column": 42 - } - }, - "loc": { - "start": { - "line": 211, - "column": 59 - }, - "end": { - "line": 223, - "column": 23 - } - }, - "line": 211 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 119, - "column": 27 - }, - "end": { - "line": 119, - "column": 75 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 119, - "column": 27 - }, - "end": { - "line": 119, - "column": 55 - } - }, - { - "start": { - "line": 119, - "column": 59 - }, - "end": { - "line": 119, - "column": 75 - } - } - ], - "line": 119 - }, - "1": { - "loc": { - "start": { - "line": 131, - "column": 2 - }, - "end": { - "line": 140, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 131, - "column": 2 - }, - "end": { - "line": 140, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 131 - }, - "2": { - "loc": { - "start": { - "line": 174, - "column": 9 - }, - "end": { - "line": 230, - "column": 9 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 175, - "column": 10 - }, - "end": { - "line": 187, - "column": 13 - } - }, - { - "start": { - "line": 189, - "column": 10 - }, - "end": { - "line": 229, - "column": 13 - } - } - ], - "line": 174 - }, - "3": { - "loc": { - "start": { - "line": 176, - "column": 13 - }, - "end": { - "line": 186, - "column": 13 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 177, - "column": 14 - }, - "end": { - "line": 180, - "column": 20 - } - }, - { - "start": { - "line": 182, - "column": 14 - }, - "end": { - "line": 185, - "column": 20 - } - } - ], - "line": 176 - }, - "4": { - "loc": { - "start": { - "line": 176, - "column": 13 - }, - "end": { - "line": 176, - "column": 47 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 176, - "column": 13 - }, - "end": { - "line": 176, - "column": 29 - } - }, - { - "start": { - "line": 176, - "column": 33 - }, - "end": { - "line": 176, - "column": 47 - } - } - ], - "line": 176 - }, - "5": { - "loc": { - "start": { - "line": 190, - "column": 13 - }, - "end": { - "line": 202, - "column": 13 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 190, - "column": 13 - }, - "end": { - "line": 190, - "column": 18 - } - }, - { - "start": { - "line": 191, - "column": 14 - }, - "end": { - "line": 201, - "column": 16 - } - } - ], - "line": 190 - } - }, - "s": { - "0": 2, - "1": 2, - "2": 2, - "3": 2, - "4": 0, - "5": 0, - "6": 0, - "7": 0, - "8": 0, - "9": 0, - "10": 0, - "11": 0, - "12": 0, - "13": 0, - "14": 0, - "15": 0, - "16": 0, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0, - "22": 0, - "23": 0, - "24": 0, - "25": 0, - "26": 0, - "27": 0, - "28": 0, - "29": 0, - "30": 0, - "31": 0, - "32": 0, - "33": 0, - "34": 0, - "35": 0, - "36": 0, - "37": 0 - }, - "f": { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "4": 0, - "5": 0, - "6": 0, - "7": 0, - "8": 0, - "9": 0, - "10": 0, - "11": 0 - }, - "b": { - "0": [0, 0], - "1": [0, 0], - "2": [0, 0], - "3": [0, 0], - "4": [0, 0], - "5": [0, 0] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "b987f1dfabe51bc9a7e5d3eb97ea0b007c1dc7bf" - }, - "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokTeamMemberCard.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokTeamMemberCard.tsx", - "statementMap": { - "0": { - "start": { - "line": 12, - "column": 18 - }, - "end": { - "line": 16, - "column": 10 - } - }, - "1": { - "start": { - "line": 18, - "column": 25 - }, - "end": { - "line": 22, - "column": 10 - } - }, - "2": { - "start": { - "line": 24, - "column": 24 - }, - "end": { - "line": 30, - "column": 10 - } - }, - "3": { - "start": { - "line": 32, - "column": 28 - }, - "end": { - "line": 36, - "column": 10 - } - }, - "4": { - "start": { - "line": 38, - "column": 29 - }, - "end": { - "line": 41, - "column": 10 - } - }, - "5": { - "start": { - "line": 43, - "column": 26 - }, - "end": { - "line": 48, - "column": 10 - } - }, - "6": { - "start": { - "line": 61, - "column": 32 - }, - "end": { - "line": 136, - "column": 1 - } - }, - "7": { - "start": { - "line": 62, - "column": 85 - }, - "end": { - "line": 62, - "column": 90 - } - }, - "8": { - "start": { - "line": 64, - "column": 34 - }, - "end": { - "line": 64, - "column": 63 - } - }, - "9": { - "start": { - "line": 65, - "column": 12 - }, - "end": { - "line": 65, - "column": 49 - } - }, - "10": { - "start": { - "line": 67, - "column": 28 - }, - "end": { - "line": 69, - "column": 3 - } - }, - "11": { - "start": { - "line": 68, - "column": 4 - }, - "end": { - "line": 68, - "column": 27 - } - }, - "12": { - "start": { - "line": 71, - "column": 27 - }, - "end": { - "line": 74, - "column": 12 - } - }, - "13": { - "start": { - "line": 76, - "column": 2 - }, - "end": { - "line": 135, - "column": 4 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 61, - "column": 32 - }, - "end": { - "line": 61, - "column": 33 - } - }, - "loc": { - "start": { - "line": 61, - "column": 73 - }, - "end": { - "line": 136, - "column": 1 - } - }, - "line": 61 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 67, - "column": 28 - }, - "end": { - "line": 67, - "column": 29 - } - }, - "loc": { - "start": { - "line": 67, - "column": 34 - }, - "end": { - "line": 69, - "column": 3 - } - }, - "line": 67 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 62, - "column": 62 - }, - "end": { - "line": 62, - "column": 80 - } - }, - "type": "default-arg", - "locations": [ - { - "start": { - "line": 62, - "column": 75 - }, - "end": { - "line": 62, - "column": 80 - } - } - ], - "line": 62 - }, - "1": { - "loc": { - "start": { - "line": 73, - "column": 15 - }, - "end": { - "line": 73, - "column": 51 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 73, - "column": 26 - }, - "end": { - "line": 73, - "column": 42 - } - }, - { - "start": { - "line": 73, - "column": 45 - }, - "end": { - "line": 73, - "column": 51 - } - } - ], - "line": 73 - }, - "2": { - "loc": { - "start": { - "line": 121, - "column": 13 - }, - "end": { - "line": 125, - "column": 13 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 121, - "column": 13 - }, - "end": { - "line": 121, - "column": 24 - } - }, - { - "start": { - "line": 122, - "column": 14 - }, - "end": { - "line": 124, - "column": 20 - } - } - ], - "line": 121 - } - }, - "s": { - "0": 2, - "1": 2, - "2": 2, - "3": 2, - "4": 2, - "5": 2, - "6": 2, - "7": 0, - "8": 0, - "9": 0, - "10": 0, - "11": 0, - "12": 0, - "13": 0 - }, - "f": { - "0": 0, - "1": 0 - }, - "b": { - "0": [0], - "1": [0, 0], - "2": [0, 0] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "32cb1025878b780aebab527870dec57982c9f25a" - }, - "/Users/alberto/Repositories/bloom-frontend/components/common/PageSection.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/common/PageSection.tsx", - "statementMap": { - "0": { - "start": { - "line": 12, - "column": 20 - }, - "end": { - "line": 33, - "column": 1 - } - }, - "1": { - "start": { - "line": 13, - "column": 41 - }, - "end": { - "line": 13, - "column": 46 - } - }, - "2": { - "start": { - "line": 14, - "column": 25 - }, - "end": { - "line": 30, - "column": 12 - } - }, - "3": { - "start": { - "line": 32, - "column": 2 - }, - "end": { - "line": 32, - "column": 63 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 12, - "column": 20 - }, - "end": { - "line": 12, - "column": 21 - } - }, - "loc": { - "start": { - "line": 12, - "column": 49 - }, - "end": { - "line": 33, - "column": 1 - } - }, - "line": 12 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 16, - "column": 8 - }, - "end": { - "line": 21, - "column": 5 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 16, - "column": 8 - }, - "end": { - "line": 16, - "column": 13 - } - }, - { - "start": { - "line": 16, - "column": 17 - }, - "end": { - "line": 21, - "column": 5 - } - } - ], - "line": 16 - }, - "1": { - "loc": { - "start": { - "line": 18, - "column": 10 - }, - "end": { - "line": 20, - "column": 12 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 19, - "column": 10 - }, - "end": { - "line": 19, - "column": 53 - } - }, - { - "start": { - "line": 20, - "column": 10 - }, - "end": { - "line": 20, - "column": 12 - } - } - ], - "line": 18 - }, - "2": { - "loc": { - "start": { - "line": 22, - "column": 8 - }, - "end": { - "line": 25, - "column": 5 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 22, - "column": 8 - }, - "end": { - "line": 22, - "column": 17 - } - }, - { - "start": { - "line": 22, - "column": 21 - }, - "end": { - "line": 25, - "column": 5 - } - } - ], - "line": 22 - }, - "3": { - "loc": { - "start": { - "line": 24, - "column": 8 - }, - "end": { - "line": 24, - "column": 93 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 24, - "column": 33 - }, - "end": { - "line": 24, - "column": 41 - } - }, - { - "start": { - "line": 24, - "column": 44 - }, - "end": { - "line": 24, - "column": 93 - } - } - ], - "line": 24 - }, - "4": { - "loc": { - "start": { - "line": 24, - "column": 44 - }, - "end": { - "line": 24, - "column": 93 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 24, - "column": 68 - }, - "end": { - "line": 24, - "column": 78 - } - }, - { - "start": { - "line": 24, - "column": 81 - }, - "end": { - "line": 24, - "column": 93 - } - } - ], - "line": 24 - }, - "5": { - "loc": { - "start": { - "line": 26, - "column": 15 - }, - "end": { - "line": 26, - "column": 91 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 26, - "column": 40 - }, - "end": { - "line": 26, - "column": 48 - } - }, - { - "start": { - "line": 26, - "column": 51 - }, - "end": { - "line": 26, - "column": 91 - } - } - ], - "line": 26 - }, - "6": { - "loc": { - "start": { - "line": 26, - "column": 51 - }, - "end": { - "line": 26, - "column": 91 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 26, - "column": 75 - }, - "end": { - "line": 26, - "column": 82 - } - }, - { - "start": { - "line": 26, - "column": 85 - }, - "end": { - "line": 26, - "column": 91 - } - } - ], - "line": 26 - }, - "7": { - "loc": { - "start": { - "line": 27, - "column": 8 - }, - "end": { - "line": 29, - "column": 5 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 27, - "column": 8 - }, - "end": { - "line": 27, - "column": 30 - } - }, - { - "start": { - "line": 27, - "column": 34 - }, - "end": { - "line": 29, - "column": 5 - } - } - ], - "line": 27 - } - }, - "s": { - "0": 2, - "1": 26, - "2": 26, - "3": 26 - }, - "f": { - "0": 26 - }, - "b": { - "0": [26, 26], - "1": [6, 20], - "2": [26, 26], - "3": [10, 16], - "4": [0, 16], - "5": [10, 16], - "6": [0, 16], - "7": [26, 10] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "cf0fb9bd0e24bc25d40ceb090b1993a89be8806f" - }, - "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokPageSection.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokPageSection.tsx", - "statementMap": { - "0": { - "start": { - "line": 16, - "column": 29 - }, - "end": { - "line": 28, - "column": 1 - } - }, - "1": { - "start": { - "line": 17, - "column": 57 - }, - "end": { - "line": 17, - "column": 62 - } - }, - "2": { - "start": { - "line": 19, - "column": 2 - }, - "end": { - "line": 19, - "column": 29 - } - }, - "3": { - "start": { - "line": 19, - "column": 16 - }, - "end": { - "line": 19, - "column": 29 - } - }, - "4": { - "start": { - "line": 21, - "column": 2 - }, - "end": { - "line": 27, - "column": 4 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 16, - "column": 29 - }, - "end": { - "line": 16, - "column": 30 - } - }, - "loc": { - "start": { - "line": 16, - "column": 67 - }, - "end": { - "line": 28, - "column": 1 - } - }, - "line": 16 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 19, - "column": 2 - }, - "end": { - "line": 19, - "column": 29 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 19, - "column": 2 - }, - "end": { - "line": 19, - "column": 29 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 19 - } - }, - "s": { - "0": 2, - "1": 26, - "2": 26, - "3": 0, - "4": 26 - }, - "f": { - "0": 26 - }, - "b": { - "0": [0, 26] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "4e6e1b1622dbc9393ed06a30c92b3303a56e2d07" - }, - "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokMeetTheTeamPage.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokMeetTheTeamPage.tsx", - "statementMap": { - "0": { - "start": { - "line": 17, - "column": 27 - }, - "end": { - "line": 19, - "column": 10 - } - }, - "1": { - "start": { - "line": 21, - "column": 33 - }, - "end": { - "line": 23, - "column": 10 - } - }, - "2": { - "start": { - "line": 25, - "column": 24 - }, - "end": { - "line": 30, - "column": 10 - } - }, - "3": { - "start": { - "line": 32, - "column": 27 - }, - "end": { - "line": 35, - "column": 10 - } - }, - "4": { - "start": { - "line": 54, - "column": 33 - }, - "end": { - "line": 187, - "column": 1 - } - }, - "5": { - "start": { - "line": 70, - "column": 6 - }, - "end": { - "line": 70, - "column": 11 - } - }, - "6": { - "start": { - "line": 72, - "column": 24 - }, - "end": { - "line": 72, - "column": 73 - } - }, - "7": { - "start": { - "line": 72, - "column": 52 - }, - "end": { - "line": 72, - "column": 72 - } - }, - "8": { - "start": { - "line": 73, - "column": 26 - }, - "end": { - "line": 73, - "column": 76 - } - }, - "9": { - "start": { - "line": 73, - "column": 54 - }, - "end": { - "line": 73, - "column": 75 - } - }, - "10": { - "start": { - "line": 74, - "column": 23 - }, - "end": { - "line": 74, - "column": 70 - } - }, - "11": { - "start": { - "line": 74, - "column": 51 - }, - "end": { - "line": 74, - "column": 69 - } - }, - "12": { - "start": { - "line": 75, - "column": 24 - }, - "end": { - "line": 75, - "column": 86 - } - }, - "13": { - "start": { - "line": 77, - "column": 2 - }, - "end": { - "line": 79, - "column": 9 - } - }, - "14": { - "start": { - "line": 78, - "column": 4 - }, - "end": { - "line": 78, - "column": 50 - } - }, - "15": { - "start": { - "line": 81, - "column": 22 - }, - "end": { - "line": 86, - "column": 3 - } - }, - "16": { - "start": { - "line": 88, - "column": 2 - }, - "end": { - "line": 186, - "column": 4 - } - }, - "17": { - "start": { - "line": 130, - "column": 14 - }, - "end": { - "line": 130, - "column": 42 - } - }, - "18": { - "start": { - "line": 130, - "column": 35 - }, - "end": { - "line": 130, - "column": 42 - } - }, - "19": { - "start": { - "line": 131, - "column": 14 - }, - "end": { - "line": 137, - "column": 16 - } - }, - "20": { - "start": { - "line": 142, - "column": 14 - }, - "end": { - "line": 142, - "column": 42 - } - }, - "21": { - "start": { - "line": 142, - "column": 35 - }, - "end": { - "line": 142, - "column": 42 - } - }, - "22": { - "start": { - "line": 143, - "column": 14 - }, - "end": { - "line": 149, - "column": 16 - } - }, - "23": { - "start": { - "line": 167, - "column": 14 - }, - "end": { - "line": 167, - "column": 42 - } - }, - "24": { - "start": { - "line": 167, - "column": 35 - }, - "end": { - "line": 167, - "column": 42 - } - }, - "25": { - "start": { - "line": 168, - "column": 14 - }, - "end": { - "line": 170, - "column": 16 - } - }, - "26": { - "start": { - "line": 175, - "column": 14 - }, - "end": { - "line": 175, - "column": 42 - } - }, - "27": { - "start": { - "line": 175, - "column": 35 - }, - "end": { - "line": 175, - "column": 42 - } - }, - "28": { - "start": { - "line": 176, - "column": 14 - }, - "end": { - "line": 178, - "column": 16 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 54, - "column": 33 - }, - "end": { - "line": 54, - "column": 34 - } - }, - "loc": { - "start": { - "line": 54, - "column": 75 - }, - "end": { - "line": 187, - "column": 1 - } - }, - "line": 54 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 72, - "column": 41 - }, - "end": { - "line": 72, - "column": 42 - } - }, - "loc": { - "start": { - "line": 72, - "column": 52 - }, - "end": { - "line": 72, - "column": 72 - } - }, - "line": 72 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 73, - "column": 43 - }, - "end": { - "line": 73, - "column": 44 - } - }, - "loc": { - "start": { - "line": 73, - "column": 54 - }, - "end": { - "line": 73, - "column": 75 - } - }, - "line": 73 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 74, - "column": 40 - }, - "end": { - "line": 74, - "column": 41 - } - }, - "loc": { - "start": { - "line": 74, - "column": 51 - }, - "end": { - "line": 74, - "column": 69 - } - }, - "line": 74 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 77, - "column": 12 - }, - "end": { - "line": 77, - "column": 13 - } - }, - "loc": { - "start": { - "line": 77, - "column": 18 - }, - "end": { - "line": 79, - "column": 3 - } - }, - "line": 77 - }, - "5": { - "name": "(anonymous_5)", - "decl": { - "start": { - "line": 129, - "column": 35 - }, - "end": { - "line": 129, - "column": 36 - } - }, - "loc": { - "start": { - "line": 129, - "column": 58 - }, - "end": { - "line": 138, - "column": 13 - } - }, - "line": 129 - }, - "6": { - "name": "(anonymous_6)", - "decl": { - "start": { - "line": 141, - "column": 35 - }, - "end": { - "line": 141, - "column": 36 - } - }, - "loc": { - "start": { - "line": 141, - "column": 58 - }, - "end": { - "line": 150, - "column": 13 - } - }, - "line": 141 - }, - "7": { - "name": "(anonymous_7)", - "decl": { - "start": { - "line": 166, - "column": 41 - }, - "end": { - "line": 166, - "column": 42 - } - }, - "loc": { - "start": { - "line": 166, - "column": 77 - }, - "end": { - "line": 171, - "column": 13 - } - }, - "line": 166 - }, - "8": { - "name": "(anonymous_8)", - "decl": { - "start": { - "line": 174, - "column": 41 - }, - "end": { - "line": 174, - "column": 42 - } - }, - "loc": { - "start": { - "line": 174, - "column": 77 - }, - "end": { - "line": 179, - "column": 13 - } - }, - "line": 174 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 116, - "column": 7 - }, - "end": { - "line": 116, - "column": 84 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 116, - "column": 7 - }, - "end": { - "line": 116, - "column": 33 - } - }, - { - "start": { - "line": 116, - "column": 37 - }, - "end": { - "line": 116, - "column": 84 - } - } - ], - "line": 116 - }, - "1": { - "loc": { - "start": { - "line": 121, - "column": 9 - }, - "end": { - "line": 126, - "column": 11 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 121, - "column": 9 - }, - "end": { - "line": 121, - "column": 30 - } - }, - { - "start": { - "line": 124, - "column": 10 - }, - "end": { - "line": 124, - "column": 51 - } - }, - { - "start": { - "line": 125, - "column": 12 - }, - "end": { - "line": 125, - "column": 75 - } - } - ], - "line": 121 - }, - "2": { - "loc": { - "start": { - "line": 130, - "column": 14 - }, - "end": { - "line": 130, - "column": 42 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 130, - "column": 14 - }, - "end": { - "line": 130, - "column": 42 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 130 - }, - "3": { - "loc": { - "start": { - "line": 142, - "column": 14 - }, - "end": { - "line": 142, - "column": 42 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 142, - "column": 14 - }, - "end": { - "line": 142, - "column": 42 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 142 - }, - "4": { - "loc": { - "start": { - "line": 155, - "column": 7 - }, - "end": { - "line": 155, - "column": 84 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 155, - "column": 7 - }, - "end": { - "line": 155, - "column": 33 - } - }, - { - "start": { - "line": 155, - "column": 37 - }, - "end": { - "line": 155, - "column": 84 - } - } - ], - "line": 155 - }, - "5": { - "loc": { - "start": { - "line": 161, - "column": 9 - }, - "end": { - "line": 163, - "column": 9 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 161, - "column": 9 - }, - "end": { - "line": 161, - "column": 36 - } - }, - { - "start": { - "line": 162, - "column": 10 - }, - "end": { - "line": 162, - "column": 90 - } - } - ], - "line": 161 - }, - "6": { - "loc": { - "start": { - "line": 167, - "column": 14 - }, - "end": { - "line": 167, - "column": 42 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 167, - "column": 14 - }, - "end": { - "line": 167, - "column": 42 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 167 - }, - "7": { - "loc": { - "start": { - "line": 175, - "column": 14 - }, - "end": { - "line": 175, - "column": 42 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 175, - "column": 14 - }, - "end": { - "line": 175, - "column": 42 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 175 - }, - "8": { - "loc": { - "start": { - "line": 184, - "column": 7 - }, - "end": { - "line": 184, - "column": 84 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 184, - "column": 7 - }, - "end": { - "line": 184, - "column": 33 - } - }, - { - "start": { - "line": 184, - "column": 37 - }, - "end": { - "line": 184, - "column": 84 - } - } - ], - "line": 184 - } - }, - "s": { - "0": 2, - "1": 2, - "2": 2, - "3": 2, - "4": 2, - "5": 0, - "6": 0, - "7": 0, - "8": 0, - "9": 0, - "10": 0, - "11": 0, - "12": 0, - "13": 0, - "14": 0, - "15": 0, - "16": 0, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0, - "22": 0, - "23": 0, - "24": 0, - "25": 0, - "26": 0, - "27": 0, - "28": 0 - }, - "f": { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "4": 0, - "5": 0, - "6": 0, - "7": 0, - "8": 0 - }, - "b": { - "0": [0, 0], - "1": [0, 0, 0], - "2": [0, 0], - "3": [0, 0], - "4": [0, 0], - "5": [0, 0], - "6": [0, 0], - "7": [0, 0], - "8": [0, 0] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "5bc2e789ff2e8d6f70623645adec2fcce50197cf" - }, - "/Users/alberto/Repositories/bloom-frontend/components/banner/SignUpBanner.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/banner/SignUpBanner.tsx", - "statementMap": { - "0": { - "start": { - "line": 10, - "column": 23 - }, - "end": { - "line": 13, - "column": 10 - } - }, - "1": { - "start": { - "line": 15, - "column": 28 - }, - "end": { - "line": 57, - "column": 1 - } - }, - "2": { - "start": { - "line": 16, - "column": 12 - }, - "end": { - "line": 16, - "column": 37 - } - }, - "3": { - "start": { - "line": 17, - "column": 24 - }, - "end": { - "line": 17, - "column": 73 - } - }, - "4": { - "start": { - "line": 17, - "column": 52 - }, - "end": { - "line": 17, - "column": 72 - } - }, - "5": { - "start": { - "line": 18, - "column": 26 - }, - "end": { - "line": 18, - "column": 76 - } - }, - "6": { - "start": { - "line": 18, - "column": 54 - }, - "end": { - "line": 18, - "column": 75 - } - }, - "7": { - "start": { - "line": 19, - "column": 23 - }, - "end": { - "line": 19, - "column": 70 - } - }, - "8": { - "start": { - "line": 19, - "column": 51 - }, - "end": { - "line": 19, - "column": 69 - } - }, - "9": { - "start": { - "line": 20, - "column": 24 - }, - "end": { - "line": 20, - "column": 86 - } - }, - "10": { - "start": { - "line": 21, - "column": 42 - }, - "end": { - "line": 21, - "column": 68 - } - }, - "11": { - "start": { - "line": 23, - "column": 2 - }, - "end": { - "line": 29, - "column": 9 - } - }, - "12": { - "start": { - "line": 24, - "column": 28 - }, - "end": { - "line": 24, - "column": 74 - } - }, - "13": { - "start": { - "line": 26, - "column": 4 - }, - "end": { - "line": 28, - "column": 5 - } - }, - "14": { - "start": { - "line": 27, - "column": 6 - }, - "end": { - "line": 27, - "column": 67 - } - }, - "15": { - "start": { - "line": 31, - "column": 2 - }, - "end": { - "line": 56, - "column": 4 - } - }, - "16": { - "start": { - "line": 50, - "column": 10 - }, - "end": { - "line": 50, - "column": 71 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 15, - "column": 28 - }, - "end": { - "line": 15, - "column": 29 - } - }, - "loc": { - "start": { - "line": 15, - "column": 34 - }, - "end": { - "line": 57, - "column": 1 - } - }, - "line": 15 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 17, - "column": 41 - }, - "end": { - "line": 17, - "column": 42 - } - }, - "loc": { - "start": { - "line": 17, - "column": 52 - }, - "end": { - "line": 17, - "column": 72 - } - }, - "line": 17 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 18, - "column": 43 - }, - "end": { - "line": 18, - "column": 44 - } - }, - "loc": { - "start": { - "line": 18, - "column": 54 - }, - "end": { - "line": 18, - "column": 75 - } - }, - "line": 18 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 19, - "column": 40 - }, - "end": { - "line": 19, - "column": 41 - } - }, - "loc": { - "start": { - "line": 19, - "column": 51 - }, - "end": { - "line": 19, - "column": 69 - } - }, - "line": 19 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 23, - "column": 12 - }, - "end": { - "line": 23, - "column": 13 - } - }, - "loc": { - "start": { - "line": 23, - "column": 18 - }, - "end": { - "line": 29, - "column": 3 - } - }, - "line": 23 - }, - "5": { - "name": "(anonymous_5)", - "decl": { - "start": { - "line": 49, - "column": 17 - }, - "end": { - "line": 49, - "column": 18 - } - }, - "loc": { - "start": { - "line": 49, - "column": 23 - }, - "end": { - "line": 51, - "column": 9 - } - }, - "line": 49 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 26, - "column": 4 - }, - "end": { - "line": 28, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 26, - "column": 4 - }, - "end": { - "line": 28, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 26 - } - }, - "s": { - "0": 2, - "1": 2, - "2": 0, - "3": 0, - "4": 0, - "5": 0, - "6": 0, - "7": 0, - "8": 0, - "9": 0, - "10": 0, - "11": 0, - "12": 0, - "13": 0, - "14": 0, - "15": 0, - "16": 0 - }, - "f": { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "4": 0, - "5": 0 - }, - "b": { - "0": [0, 0] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "728c6c48a91594d3d22e077b45722a8a71e25670" - }, - "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokPage.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokPage.tsx", - "statementMap": { - "0": { - "start": { - "line": 19, - "column": 22 - }, - "end": { - "line": 57, - "column": 1 - } - }, - "1": { - "start": { - "line": 20, - "column": 79 - }, - "end": { - "line": 20, - "column": 84 - } - }, - "2": { - "start": { - "line": 22, - "column": 17 - }, - "end": { - "line": 22, - "column": 59 - } - }, - "3": { - "start": { - "line": 22, - "column": 45 - }, - "end": { - "line": 22, - "column": 58 - } - }, - "4": { - "start": { - "line": 23, - "column": 17 - }, - "end": { - "line": 23, - "column": 28 - } - }, - "5": { - "start": { - "line": 25, - "column": 22 - }, - "end": { - "line": 30, - "column": 3 - } - }, - "6": { - "start": { - "line": 31, - "column": 31 - }, - "end": { - "line": 31, - "column": 60 - } - }, - "7": { - "start": { - "line": 32, - "column": 32 - }, - "end": { - "line": 32, - "column": 76 - } - }, - "8": { - "start": { - "line": 34, - "column": 2 - }, - "end": { - "line": 56, - "column": 4 - } - }, - "9": { - "start": { - "line": 52, - "column": 12 - }, - "end": { - "line": 52, - "column": 79 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 19, - "column": 22 - }, - "end": { - "line": 19, - "column": 23 - } - }, - "loc": { - "start": { - "line": 19, - "column": 53 - }, - "end": { - "line": 57, - "column": 1 - } - }, - "line": 19 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 22, - "column": 34 - }, - "end": { - "line": 22, - "column": 35 - } - }, - "loc": { - "start": { - "line": 22, - "column": 45 - }, - "end": { - "line": 22, - "column": 58 - } - }, - "line": 22 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 51, - "column": 28 - }, - "end": { - "line": 51, - "column": 29 - } - }, - "loc": { - "start": { - "line": 52, - "column": 12 - }, - "end": { - "line": 52, - "column": 79 - } - }, - "line": 52 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 48, - "column": 9 - }, - "end": { - "line": 48, - "column": 61 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 48, - "column": 9 - }, - "end": { - "line": 48, - "column": 16 - } - }, - { - "start": { - "line": 48, - "column": 20 - }, - "end": { - "line": 48, - "column": 41 - } - }, - { - "start": { - "line": 48, - "column": 45 - }, - "end": { - "line": 48, - "column": 61 - } - } - ], - "line": 48 - }, - "1": { - "loc": { - "start": { - "line": 49, - "column": 9 - }, - "end": { - "line": 53, - "column": 12 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 49, - "column": 9 - }, - "end": { - "line": 49, - "column": 15 - } - }, - { - "start": { - "line": 50, - "column": 10 - }, - "end": { - "line": 50, - "column": 35 - } - }, - { - "start": { - "line": 51, - "column": 10 - }, - "end": { - "line": 53, - "column": 12 - } - } - ], - "line": 49 - } - }, - "s": { - "0": 2, - "1": 0, - "2": 0, - "3": 0, - "4": 0, - "5": 0, - "6": 0, - "7": 0, - "8": 0, - "9": 0 - }, - "f": { - "0": 0, - "1": 0, - "2": 0 - }, - "b": { - "0": [0, 0, 0], - "1": [0, 0, 0] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "93311f5ad001930a4318311aa534d1e7d222e870" - }, - "/Users/alberto/Repositories/bloom-frontend/components/cards/SessionContentCard.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/cards/SessionContentCard.tsx", - "statementMap": { - "0": { - "start": { - "line": 16, - "column": 18 - }, - "end": { - "line": 20, - "column": 10 - } - }, - "1": { - "start": { - "line": 33, - "column": 27 - }, - "end": { - "line": 94, - "column": 1 - } - }, - "2": { - "start": { - "line": 43, - "column": 6 - }, - "end": { - "line": 43, - "column": 11 - } - }, - "3": { - "start": { - "line": 44, - "column": 12 - }, - "end": { - "line": 44, - "column": 38 - } - }, - "4": { - "start": { - "line": 45, - "column": 20 - }, - "end": { - "line": 45, - "column": 29 - } - }, - "5": { - "start": { - "line": 46, - "column": 2 - }, - "end": { - "line": 46, - "column": 14 - } - }, - "6": { - "start": { - "line": 47, - "column": 34 - }, - "end": { - "line": 47, - "column": 68 - } - }, - "7": { - "start": { - "line": 49, - "column": 28 - }, - "end": { - "line": 52, - "column": 3 - } - }, - "8": { - "start": { - "line": 50, - "column": 4 - }, - "end": { - "line": 50, - "column": 27 - } - }, - "9": { - "start": { - "line": 51, - "column": 4 - }, - "end": { - "line": 51, - "column": 82 - } - }, - "10": { - "start": { - "line": 54, - "column": 25 - }, - "end": { - "line": 57, - "column": 12 - } - }, - "11": { - "start": { - "line": 59, - "column": 32 - }, - "end": { - "line": 61, - "column": 12 - } - }, - "12": { - "start": { - "line": 63, - "column": 30 - }, - "end": { - "line": 69, - "column": 12 - } - }, - "13": { - "start": { - "line": 71, - "column": 21 - }, - "end": { - "line": 75, - "column": 12 - } - }, - "14": { - "start": { - "line": 77, - "column": 2 - }, - "end": { - "line": 93, - "column": 4 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 33, - "column": 27 - }, - "end": { - "line": 33, - "column": 28 - } - }, - "loc": { - "start": { - "line": 33, - "column": 63 - }, - "end": { - "line": 94, - "column": 1 - } - }, - "line": 33 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 49, - "column": 28 - }, - "end": { - "line": 49, - "column": 29 - } - }, - "loc": { - "start": { - "line": 49, - "column": 34 - }, - "end": { - "line": 52, - "column": 3 - } - }, - "line": 49 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 38, - "column": 4 - }, - "end": { - "line": 38, - "column": 22 - } - }, - "type": "default-arg", - "locations": [ - { - "start": { - "line": 38, - "column": 20 - }, - "end": { - "line": 38, - "column": 22 - } - } - ], - "line": 38 - }, - "1": { - "loc": { - "start": { - "line": 39, - "column": 4 - }, - "end": { - "line": 39, - "column": 27 - } - }, - "type": "default-arg", - "locations": [ - { - "start": { - "line": 39, - "column": 22 - }, - "end": { - "line": 39, - "column": 27 - } - } - ], - "line": 39 - }, - "2": { - "loc": { - "start": { - "line": 40, - "column": 4 - }, - "end": { - "line": 40, - "column": 27 - } - }, - "type": "default-arg", - "locations": [ - { - "start": { - "line": 40, - "column": 22 - }, - "end": { - "line": 40, - "column": 27 - } - } - ], - "line": 40 - }, - "3": { - "loc": { - "start": { - "line": 51, - "column": 31 - }, - "end": { - "line": 51, - "column": 67 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 51, - "column": 43 - }, - "end": { - "line": 51, - "column": 53 - } - }, - { - "start": { - "line": 51, - "column": 56 - }, - "end": { - "line": 51, - "column": 67 - } - } - ], - "line": 51 - }, - "4": { - "loc": { - "start": { - "line": 68, - "column": 13 - }, - "end": { - "line": 68, - "column": 48 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 68, - "column": 24 - }, - "end": { - "line": 68, - "column": 39 - } - }, - { - "start": { - "line": 68, - "column": 42 - }, - "end": { - "line": 68, - "column": 48 - } - } - ], - "line": 68 - }, - "5": { - "loc": { - "start": { - "line": 74, - "column": 15 - }, - "end": { - "line": 74, - "column": 51 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 74, - "column": 26 - }, - "end": { - "line": 74, - "column": 42 - } - }, - { - "start": { - "line": 74, - "column": 45 - }, - "end": { - "line": 74, - "column": 51 - } - } - ], - "line": 74 - } - }, - "s": { - "0": 2, - "1": 2, - "2": 0, - "3": 0, - "4": 0, - "5": 0, - "6": 0, - "7": 0, - "8": 0, - "9": 0, - "10": 0, - "11": 0, - "12": 0, - "13": 0, - "14": 0 - }, - "f": { - "0": 0, - "1": 0 - }, - "b": { - "0": [0], - "1": [0], - "2": [0], - "3": [0, 0], - "4": [0, 0], - "5": [0, 0] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "412f21dc6e289001051b498a235b62137dd5e1dc" - }, - "/Users/alberto/Repositories/bloom-frontend/components/common/Dots.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/common/Dots.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 18 - }, - "end": { - "line": 9, - "column": 10 - } - }, - "1": { - "start": { - "line": 11, - "column": 17 - }, - "end": { - "line": 14, - "column": 10 - } - }, - "2": { - "start": { - "line": 16, - "column": 20 - }, - "end": { - "line": 23, - "column": 1 - } - }, - "3": { - "start": { - "line": 17, - "column": 2 - }, - "end": { - "line": 22, - "column": 4 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 16, - "column": 20 - }, - "end": { - "line": 16, - "column": 21 - } - }, - "loc": { - "start": { - "line": 16, - "column": 26 - }, - "end": { - "line": 23, - "column": 1 - } - }, - "line": 16 - } - }, - "branchMap": {}, - "s": { - "0": 2, - "1": 2, - "2": 2, - "3": 0 - }, - "f": { - "0": 0 - }, - "b": {}, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "f0116cc5d980a74882839b68b27c76f7edff104d" - }, - "/Users/alberto/Repositories/bloom-frontend/components/crisp/CrispButton.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/crisp/CrispButton.tsx", - "statementMap": { - "0": { - "start": { - "line": 12, - "column": 25 - }, - "end": { - "line": 14, - "column": 10 - } - }, - "1": { - "start": { - "line": 16, - "column": 20 - }, - "end": { - "line": 35, - "column": 1 - } - }, - "2": { - "start": { - "line": 17, - "column": 36 - }, - "end": { - "line": 17, - "column": 41 - } - }, - "3": { - "start": { - "line": 19, - "column": 25 - }, - "end": { - "line": 22, - "column": 3 - } - }, - "4": { - "start": { - "line": 20, - "column": 4 - }, - "end": { - "line": 20, - "column": 53 - } - }, - "5": { - "start": { - "line": 21, - "column": 4 - }, - "end": { - "line": 21, - "column": 53 - } - }, - "6": { - "start": { - "line": 24, - "column": 2 - }, - "end": { - "line": 34, - "column": 4 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 16, - "column": 20 - }, - "end": { - "line": 16, - "column": 21 - } - }, - "loc": { - "start": { - "line": 16, - "column": 49 - }, - "end": { - "line": 35, - "column": 1 - } - }, - "line": 16 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 19, - "column": 25 - }, - "end": { - "line": 19, - "column": 26 - } - }, - "loc": { - "start": { - "line": 19, - "column": 31 - }, - "end": { - "line": 22, - "column": 3 - } - }, - "line": 19 - } - }, - "branchMap": {}, - "s": { - "0": 2, - "1": 2, - "2": 0, - "3": 0, - "4": 0, - "5": 0, - "6": 0 - }, - "f": { - "0": 0, - "1": 0 - }, - "b": {}, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "529a4aeff5f3f7b16a763e5d184a0179b89f48f3" - }, - "/Users/alberto/Repositories/bloom-frontend/components/session/MultipleBonusContent.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/session/MultipleBonusContent.tsx", - "statementMap": { - "0": { - "start": { - "line": 25, - "column": 29 - }, - "end": { - "line": 45, - "column": 1 - } - }, - "1": { - "start": { - "line": 26, - "column": 31 - }, - "end": { - "line": 26, - "column": 36 - } - }, - "2": { - "start": { - "line": 28, - "column": 2 - }, - "end": { - "line": 44, - "column": 4 - } - }, - "3": { - "start": { - "line": 32, - "column": 8 - }, - "end": { - "line": 41, - "column": 29 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 25, - "column": 29 - }, - "end": { - "line": 25, - "column": 30 - } - }, - "loc": { - "start": { - "line": 25, - "column": 67 - }, - "end": { - "line": 45, - "column": 1 - } - }, - "line": 25 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 31, - "column": 17 - }, - "end": { - "line": 31, - "column": 18 - } - }, - "loc": { - "start": { - "line": 32, - "column": 8 - }, - "end": { - "line": 41, - "column": 29 - } - }, - "line": 32 - } - }, - "branchMap": {}, - "s": { - "0": 2, - "1": 0, - "2": 0, - "3": 0 - }, - "f": { - "0": 0, - "1": 0 - }, - "b": {}, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "150e5a1d457c3f7ddb03e28ac9be7fcad11cdd44" - }, - "/Users/alberto/Repositories/bloom-frontend/components/session/SessionCompleteButton.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/session/SessionCompleteButton.tsx", - "statementMap": { - "0": { - "start": { - "line": 15, - "column": 19 - }, - "end": { - "line": 19, - "column": 10 - } - }, - "1": { - "start": { - "line": 26, - "column": 37 - }, - "end": { - "line": 73, - "column": 1 - } - }, - "2": { - "start": { - "line": 27, - "column": 33 - }, - "end": { - "line": 27, - "column": 38 - } - }, - "3": { - "start": { - "line": 29, - "column": 12 - }, - "end": { - "line": 29, - "column": 38 - } - }, - "4": { - "start": { - "line": 31, - "column": 28 - }, - "end": { - "line": 31, - "column": 57 - } - }, - "5": { - "start": { - "line": 33, - "column": 28 - }, - "end": { - "line": 33, - "column": 56 - } - }, - "6": { - "start": { - "line": 35, - "column": 32 - }, - "end": { - "line": 56, - "column": 3 - } - }, - "7": { - "start": { - "line": 36, - "column": 4 - }, - "end": { - "line": 36, - "column": 50 - } - }, - "8": { - "start": { - "line": 38, - "column": 36 - }, - "end": { - "line": 40, - "column": 6 - } - }, - "9": { - "start": { - "line": 42, - "column": 4 - }, - "end": { - "line": 45, - "column": 5 - } - }, - "10": { - "start": { - "line": 43, - "column": 6 - }, - "end": { - "line": 43, - "column": 52 - } - }, - "11": { - "start": { - "line": 44, - "column": 6 - }, - "end": { - "line": 44, - "column": 28 - } - }, - "12": { - "start": { - "line": 47, - "column": 4 - }, - "end": { - "line": 55, - "column": 5 - } - }, - "13": { - "start": { - "line": 48, - "column": 20 - }, - "end": { - "line": 48, - "column": 49 - } - }, - "14": { - "start": { - "line": 50, - "column": 6 - }, - "end": { - "line": 50, - "column": 50 - } - }, - "15": { - "start": { - "line": 51, - "column": 6 - }, - "end": { - "line": 51, - "column": 70 - } - }, - "16": { - "start": { - "line": 53, - "column": 6 - }, - "end": { - "line": 53, - "column": 49 - } - }, - "17": { - "start": { - "line": 54, - "column": 6 - }, - "end": { - "line": 54, - "column": 18 - } - }, - "18": { - "start": { - "line": 58, - "column": 2 - }, - "end": { - "line": 72, - "column": 4 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 26, - "column": 37 - }, - "end": { - "line": 26, - "column": 38 - } - }, - "loc": { - "start": { - "line": 26, - "column": 76 - }, - "end": { - "line": 73, - "column": 1 - } - }, - "line": 26 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 35, - "column": 32 - }, - "end": { - "line": 35, - "column": 33 - } - }, - "loc": { - "start": { - "line": 35, - "column": 44 - }, - "end": { - "line": 56, - "column": 3 - } - }, - "line": 35 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 42, - "column": 4 - }, - "end": { - "line": 45, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 42, - "column": 4 - }, - "end": { - "line": 45, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 42 - }, - "1": { - "loc": { - "start": { - "line": 47, - "column": 4 - }, - "end": { - "line": 55, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 47, - "column": 4 - }, - "end": { - "line": 55, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 47 - }, - "2": { - "loc": { - "start": { - "line": 70, - "column": 7 - }, - "end": { - "line": 70, - "column": 64 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 70, - "column": 7 - }, - "end": { - "line": 70, - "column": 12 - } - }, - { - "start": { - "line": 70, - "column": 16 - }, - "end": { - "line": 70, - "column": 64 - } - } - ], - "line": 70 - } - }, - "s": { - "0": 2, - "1": 2, - "2": 0, - "3": 0, - "4": 0, - "5": 0, - "6": 0, - "7": 0, - "8": 0, - "9": 0, - "10": 0, - "11": 0, - "12": 0, - "13": 0, - "14": 0, - "15": 0, - "16": 0, - "17": 0, - "18": 0 - }, - "f": { - "0": 0, - "1": 0 - }, - "b": { - "0": [0, 0], - "1": [0, 0], - "2": [0, 0] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "7a49e1deb53dbd6cfd4b0de9f4ddf4e170bc5eac" - }, - "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokSessionIbaPage.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokSessionIbaPage.tsx", - "statementMap": { - "0": { - "start": { - "line": 39, - "column": 23 - }, - "end": { - "line": 41, - "column": 10 - } - }, - "1": { - "start": { - "line": 43, - "column": 24 - }, - "end": { - "line": 47, - "column": 10 - } - }, - "2": { - "start": { - "line": 49, - "column": 18 - }, - "end": { - "line": 53, - "column": 10 - } - }, - "3": { - "start": { - "line": 55, - "column": 17 - }, - "end": { - "line": 58, - "column": 10 - } - }, - "4": { - "start": { - "line": 60, - "column": 29 - }, - "end": { - "line": 62, - "column": 10 - } - }, - "5": { - "start": { - "line": 64, - "column": 34 - }, - "end": { - "line": 68, - "column": 10 - } - }, - "6": { - "start": { - "line": 70, - "column": 29 - }, - "end": { - "line": 70, - "column": 73 - } - }, - "7": { - "start": { - "line": 89, - "column": 32 - }, - "end": { - "line": 391, - "column": 1 - } - }, - "8": { - "start": { - "line": 105, - "column": 6 - }, - "end": { - "line": 105, - "column": 11 - } - }, - "9": { - "start": { - "line": 107, - "column": 12 - }, - "end": { - "line": 107, - "column": 38 - } - }, - "10": { - "start": { - "line": 109, - "column": 24 - }, - "end": { - "line": 109, - "column": 73 - } - }, - "11": { - "start": { - "line": 109, - "column": 52 - }, - "end": { - "line": 109, - "column": 72 - } - }, - "12": { - "start": { - "line": 110, - "column": 20 - }, - "end": { - "line": 110, - "column": 65 - } - }, - "13": { - "start": { - "line": 110, - "column": 48 - }, - "end": { - "line": 110, - "column": 64 - } - }, - "14": { - "start": { - "line": 111, - "column": 26 - }, - "end": { - "line": 111, - "column": 76 - } - }, - "15": { - "start": { - "line": 111, - "column": 54 - }, - "end": { - "line": 111, - "column": 75 - } - }, - "16": { - "start": { - "line": 112, - "column": 23 - }, - "end": { - "line": 112, - "column": 70 - } - }, - "17": { - "start": { - "line": 112, - "column": 51 - }, - "end": { - "line": 112, - "column": 69 - } - }, - "18": { - "start": { - "line": 113, - "column": 18 - }, - "end": { - "line": 113, - "column": 60 - } - }, - "19": { - "start": { - "line": 113, - "column": 46 - }, - "end": { - "line": 113, - "column": 59 - } - }, - "20": { - "start": { - "line": 115, - "column": 48 - }, - "end": { - "line": 115, - "column": 71 - } - }, - "21": { - "start": { - "line": 116, - "column": 46 - }, - "end": { - "line": 116, - "column": 70 - } - }, - "22": { - "start": { - "line": 117, - "column": 48 - }, - "end": { - "line": 119, - "column": 3 - } - }, - "23": { - "start": { - "line": 120, - "column": 56 - }, - "end": { - "line": 120, - "column": 86 - } - }, - "24": { - "start": { - "line": 121, - "column": 42 - }, - "end": { - "line": 121, - "column": 66 - } - }, - "25": { - "start": { - "line": 122, - "column": 38 - }, - "end": { - "line": 122, - "column": 58 - } - }, - "26": { - "start": { - "line": 123, - "column": 25 - }, - "end": { - "line": 123, - "column": 50 - } - }, - "27": { - "start": { - "line": 126, - "column": 2 - }, - "end": { - "line": 135, - "column": 76 - } - }, - "28": { - "start": { - "line": 127, - "column": 27 - }, - "end": { - "line": 127, - "column": 63 - } - }, - "29": { - "start": { - "line": 128, - "column": 4 - }, - "end": { - "line": 128, - "column": 88 - } - }, - "30": { - "start": { - "line": 130, - "column": 23 - }, - "end": { - "line": 132, - "column": 5 - } - }, - "31": { - "start": { - "line": 131, - "column": 25 - }, - "end": { - "line": 131, - "column": 63 - } - }, - "32": { - "start": { - "line": 134, - "column": 4 - }, - "end": { - "line": 134, - "column": 44 - } - }, - "33": { - "start": { - "line": 134, - "column": 20 - }, - "end": { - "line": 134, - "column": 44 - } - }, - "34": { - "start": { - "line": 138, - "column": 2 - }, - "end": { - "line": 158, - "column": 69 - } - }, - "35": { - "start": { - "line": 139, - "column": 4 - }, - "end": { - "line": 143, - "column": 7 - } - }, - "36": { - "start": { - "line": 140, - "column": 6 - }, - "end": { - "line": 142, - "column": 9 - } - }, - "37": { - "start": { - "line": 141, - "column": 8 - }, - "end": { - "line": 141, - "column": 58 - } - }, - "38": { - "start": { - "line": 145, - "column": 23 - }, - "end": { - "line": 145, - "column": 87 - } - }, - "39": { - "start": { - "line": 145, - "column": 51 - }, - "end": { - "line": 145, - "column": 86 - } - }, - "40": { - "start": { - "line": 147, - "column": 4 - }, - "end": { - "line": 157, - "column": 5 - } - }, - "41": { - "start": { - "line": 148, - "column": 26 - }, - "end": { - "line": 150, - "column": 7 - } - }, - "42": { - "start": { - "line": 149, - "column": 30 - }, - "end": { - "line": 149, - "column": 69 - } - }, - "43": { - "start": { - "line": 152, - "column": 6 - }, - "end": { - "line": 156, - "column": 7 - } - }, - "44": { - "start": { - "line": 153, - "column": 8 - }, - "end": { - "line": 155, - "column": 56 - } - }, - "45": { - "start": { - "line": 160, - "column": 2 - }, - "end": { - "line": 174, - "column": 28 - } - }, - "46": { - "start": { - "line": 161, - "column": 4 - }, - "end": { - "line": 161, - "column": 45 - } - }, - "47": { - "start": { - "line": 161, - "column": 38 - }, - "end": { - "line": 161, - "column": 45 - } - }, - "48": { - "start": { - "line": 163, - "column": 4 - }, - "end": { - "line": 170, - "column": 6 - } - }, - "49": { - "start": { - "line": 171, - "column": 4 - }, - "end": { - "line": 173, - "column": 5 - } - }, - "50": { - "start": { - "line": 172, - "column": 6 - }, - "end": { - "line": 172, - "column": 25 - } - }, - "51": { - "start": { - "line": 176, - "column": 2 - }, - "end": { - "line": 182, - "column": 21 - } - }, - "52": { - "start": { - "line": 177, - "column": 4 - }, - "end": { - "line": 177, - "column": 81 - } - }, - "53": { - "start": { - "line": 177, - "column": 74 - }, - "end": { - "line": 177, - "column": 81 - } - }, - "54": { - "start": { - "line": 179, - "column": 4 - }, - "end": { - "line": 181, - "column": 5 - } - }, - "55": { - "start": { - "line": 180, - "column": 6 - }, - "end": { - "line": 180, - "column": 25 - } - }, - "56": { - "start": { - "line": 184, - "column": 2 - }, - "end": { - "line": 186, - "column": 9 - } - }, - "57": { - "start": { - "line": 185, - "column": 4 - }, - "end": { - "line": 185, - "column": 40 - } - }, - "58": { - "start": { - "line": 188, - "column": 24 - }, - "end": { - "line": 188, - "column": 86 - } - }, - "59": { - "start": { - "line": 190, - "column": 20 - }, - "end": { - "line": 197, - "column": 3 - } - }, - "60": { - "start": { - "line": 199, - "column": 22 - }, - "end": { - "line": 204, - "column": 3 - } - }, - "61": { - "start": { - "line": 207, - "column": 4 - }, - "end": { - "line": 211, - "column": 7 - } - }, - "62": { - "start": { - "line": 213, - "column": 33 - }, - "end": { - "line": 215, - "column": 6 - } - }, - "63": { - "start": { - "line": 217, - "column": 4 - }, - "end": { - "line": 219, - "column": 5 - } - }, - "64": { - "start": { - "line": 218, - "column": 6 - }, - "end": { - "line": 218, - "column": 51 - } - }, - "65": { - "start": { - "line": 221, - "column": 4 - }, - "end": { - "line": 228, - "column": 5 - } - }, - "66": { - "start": { - "line": 222, - "column": 20 - }, - "end": { - "line": 222, - "column": 46 - } - }, - "67": { - "start": { - "line": 224, - "column": 6 - }, - "end": { - "line": 224, - "column": 49 - } - }, - "68": { - "start": { - "line": 225, - "column": 6 - }, - "end": { - "line": 225, - "column": 69 - } - }, - "69": { - "start": { - "line": 227, - "column": 6 - }, - "end": { - "line": 227, - "column": 18 - } - }, - "70": { - "start": { - "line": 231, - "column": 2 - }, - "end": { - "line": 390, - "column": 4 - } - }, - "71": { - "start": { - "line": 300, - "column": 26 - }, - "end": { - "line": 306, - "column": 36 - } - }, - "72": { - "start": { - "line": 303, - "column": 43 - }, - "end": { - "line": 303, - "column": 71 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 89, - "column": 32 - }, - "end": { - "line": 89, - "column": 33 - } - }, - "loc": { - "start": { - "line": 89, - "column": 73 - }, - "end": { - "line": 391, - "column": 1 - } - }, - "line": 89 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 109, - "column": 41 - }, - "end": { - "line": 109, - "column": 42 - } - }, - "loc": { - "start": { - "line": 109, - "column": 52 - }, - "end": { - "line": 109, - "column": 72 - } - }, - "line": 109 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 110, - "column": 37 - }, - "end": { - "line": 110, - "column": 38 - } - }, - "loc": { - "start": { - "line": 110, - "column": 48 - }, - "end": { - "line": 110, - "column": 64 - } - }, - "line": 110 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 111, - "column": 43 - }, - "end": { - "line": 111, - "column": 44 - } - }, - "loc": { - "start": { - "line": 111, - "column": 54 - }, - "end": { - "line": 111, - "column": 75 - } - }, - "line": 111 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 112, - "column": 40 - }, - "end": { - "line": 112, - "column": 41 - } - }, - "loc": { - "start": { - "line": 112, - "column": 51 - }, - "end": { - "line": 112, - "column": 69 - } - }, - "line": 112 - }, - "5": { - "name": "(anonymous_5)", - "decl": { - "start": { - "line": 113, - "column": 35 - }, - "end": { - "line": 113, - "column": 36 - } - }, - "loc": { - "start": { - "line": 113, - "column": 46 - }, - "end": { - "line": 113, - "column": 59 - } - }, - "line": 113 - }, - "6": { - "name": "(anonymous_6)", - "decl": { - "start": { - "line": 126, - "column": 12 - }, - "end": { - "line": 126, - "column": 13 - } - }, - "loc": { - "start": { - "line": 126, - "column": 18 - }, - "end": { - "line": 135, - "column": 3 - } - }, - "line": 126 - }, - "7": { - "name": "(anonymous_7)", - "decl": { - "start": { - "line": 131, - "column": 6 - }, - "end": { - "line": 131, - "column": 7 - } - }, - "loc": { - "start": { - "line": 131, - "column": 25 - }, - "end": { - "line": 131, - "column": 63 - } - }, - "line": 131 - }, - "8": { - "name": "(anonymous_8)", - "decl": { - "start": { - "line": 138, - "column": 12 - }, - "end": { - "line": 138, - "column": 13 - } - }, - "loc": { - "start": { - "line": 138, - "column": 18 - }, - "end": { - "line": 158, - "column": 3 - } - }, - "line": 138 - }, - "9": { - "name": "(anonymous_9)", - "decl": { - "start": { - "line": 139, - "column": 29 - }, - "end": { - "line": 139, - "column": 30 - } - }, - "loc": { - "start": { - "line": 139, - "column": 44 - }, - "end": { - "line": 143, - "column": 5 - } - }, - "line": 139 - }, - "10": { - "name": "(anonymous_10)", - "decl": { - "start": { - "line": 140, - "column": 24 - }, - "end": { - "line": 140, - "column": 25 - } - }, - "loc": { - "start": { - "line": 140, - "column": 42 - }, - "end": { - "line": 142, - "column": 7 - } - }, - "line": 140 - }, - "11": { - "name": "(anonymous_11)", - "decl": { - "start": { - "line": 145, - "column": 36 - }, - "end": { - "line": 145, - "column": 37 - } - }, - "loc": { - "start": { - "line": 145, - "column": 51 - }, - "end": { - "line": 145, - "column": 86 - } - }, - "line": 145 - }, - "12": { - "name": "(anonymous_12)", - "decl": { - "start": { - "line": 149, - "column": 8 - }, - "end": { - "line": 149, - "column": 9 - } - }, - "loc": { - "start": { - "line": 149, - "column": 30 - }, - "end": { - "line": 149, - "column": 69 - } - }, - "line": 149 - }, - "13": { - "name": "(anonymous_13)", - "decl": { - "start": { - "line": 160, - "column": 12 - }, - "end": { - "line": 160, - "column": 13 - } - }, - "loc": { - "start": { - "line": 160, - "column": 18 - }, - "end": { - "line": 174, - "column": 3 - } - }, - "line": 160 - }, - "14": { - "name": "(anonymous_14)", - "decl": { - "start": { - "line": 176, - "column": 12 - }, - "end": { - "line": 176, - "column": 13 - } - }, - "loc": { - "start": { - "line": 176, - "column": 18 - }, - "end": { - "line": 182, - "column": 3 - } - }, - "line": 176 - }, - "15": { - "name": "(anonymous_15)", - "decl": { - "start": { - "line": 184, - "column": 12 - }, - "end": { - "line": 184, - "column": 13 - } - }, - "loc": { - "start": { - "line": 184, - "column": 18 - }, - "end": { - "line": 186, - "column": 3 - } - }, - "line": 184 - }, - "16": { - "name": "callStartSession", - "decl": { - "start": { - "line": 206, - "column": 17 - }, - "end": { - "line": 206, - "column": 33 - } - }, - "loc": { - "start": { - "line": 206, - "column": 36 - }, - "end": { - "line": 229, - "column": 3 - } - }, - "line": 206 - }, - "17": { - "name": "(anonymous_17)", - "decl": { - "start": { - "line": 299, - "column": 40 - }, - "end": { - "line": 299, - "column": 41 - } - }, - "loc": { - "start": { - "line": 300, - "column": 26 - }, - "end": { - "line": 306, - "column": 36 - } - }, - "line": 300 - }, - "18": { - "name": "(anonymous_18)", - "decl": { - "start": { - "line": 303, - "column": 37 - }, - "end": { - "line": 303, - "column": 38 - } - }, - "loc": { - "start": { - "line": 303, - "column": 43 - }, - "end": { - "line": 303, - "column": 71 - } - }, - "line": 303 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 134, - "column": 4 - }, - "end": { - "line": 134, - "column": 44 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 134, - "column": 4 - }, - "end": { - "line": 134, - "column": 44 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 134 - }, - "1": { - "loc": { - "start": { - "line": 141, - "column": 8 - }, - "end": { - "line": 141, - "column": 57 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 141, - "column": 8 - }, - "end": { - "line": 141, - "column": 29 - } - }, - { - "start": { - "line": 141, - "column": 33 - }, - "end": { - "line": 141, - "column": 57 - } - } - ], - "line": 141 - }, - "2": { - "loc": { - "start": { - "line": 147, - "column": 4 - }, - "end": { - "line": 157, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 147, - "column": 4 - }, - "end": { - "line": 157, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 147 - }, - "3": { - "loc": { - "start": { - "line": 152, - "column": 6 - }, - "end": { - "line": 156, - "column": 7 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 152, - "column": 6 - }, - "end": { - "line": 156, - "column": 7 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 152 - }, - "4": { - "loc": { - "start": { - "line": 153, - "column": 8 - }, - "end": { - "line": 155, - "column": 55 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 154, - "column": 12 - }, - "end": { - "line": 154, - "column": 57 - } - }, - { - "start": { - "line": 155, - "column": 12 - }, - "end": { - "line": 155, - "column": 55 - } - } - ], - "line": 153 - }, - "5": { - "loc": { - "start": { - "line": 161, - "column": 4 - }, - "end": { - "line": 161, - "column": 45 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 161, - "column": 4 - }, - "end": { - "line": 161, - "column": 45 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 161 - }, - "6": { - "loc": { - "start": { - "line": 164, - "column": 6 - }, - "end": { - "line": 164, - "column": 93 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 164, - "column": 28 - }, - "end": { - "line": 164, - "column": 59 - } - }, - { - "start": { - "line": 164, - "column": 62 - }, - "end": { - "line": 164, - "column": 93 - } - } - ], - "line": 164 - }, - "7": { - "loc": { - "start": { - "line": 171, - "column": 4 - }, - "end": { - "line": 173, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 171, - "column": 4 - }, - "end": { - "line": 173, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 171 - }, - "8": { - "loc": { - "start": { - "line": 171, - "column": 8 - }, - "end": { - "line": 171, - "column": 78 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 171, - "column": 8 - }, - "end": { - "line": 171, - "column": 27 - } - }, - { - "start": { - "line": 171, - "column": 31 - }, - "end": { - "line": 171, - "column": 78 - } - } - ], - "line": 171 - }, - "9": { - "loc": { - "start": { - "line": 177, - "column": 4 - }, - "end": { - "line": 177, - "column": 81 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 177, - "column": 4 - }, - "end": { - "line": 177, - "column": 81 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 177 - }, - "10": { - "loc": { - "start": { - "line": 177, - "column": 8 - }, - "end": { - "line": 177, - "column": 72 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 177, - "column": 8 - }, - "end": { - "line": 177, - "column": 21 - } - }, - { - "start": { - "line": 177, - "column": 25 - }, - "end": { - "line": 177, - "column": 72 - } - } - ], - "line": 177 - }, - "11": { - "loc": { - "start": { - "line": 179, - "column": 4 - }, - "end": { - "line": 181, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 179, - "column": 4 - }, - "end": { - "line": 181, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 179 - }, - "12": { - "loc": { - "start": { - "line": 217, - "column": 4 - }, - "end": { - "line": 219, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 217, - "column": 4 - }, - "end": { - "line": 219, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 217 - }, - "13": { - "loc": { - "start": { - "line": 221, - "column": 4 - }, - "end": { - "line": 228, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 221, - "column": 4 - }, - "end": { - "line": 228, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 221 - }, - "14": { - "loc": { - "start": { - "line": 250, - "column": 7 - }, - "end": { - "line": 388, - "column": 7 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 251, - "column": 8 - }, - "end": { - "line": 251, - "column": 51 - } - }, - { - "start": { - "line": 253, - "column": 8 - }, - "end": { - "line": 387, - "column": 14 - } - } - ], - "line": 250 - }, - "15": { - "loc": { - "start": { - "line": 288, - "column": 15 - }, - "end": { - "line": 325, - "column": 15 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 288, - "column": 15 - }, - "end": { - "line": 288, - "column": 20 - } - }, - { - "start": { - "line": 289, - "column": 16 - }, - "end": { - "line": 324, - "column": 19 - } - } - ], - "line": 288 - }, - "16": { - "loc": { - "start": { - "line": 326, - "column": 15 - }, - "end": { - "line": 340, - "column": 17 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 326, - "column": 15 - }, - "end": { - "line": 326, - "column": 31 - } - }, - { - "start": { - "line": 327, - "column": 17 - }, - "end": { - "line": 327, - "column": 45 - } - }, - { - "start": { - "line": 327, - "column": 49 - }, - "end": { - "line": 327, - "column": 76 - } - }, - { - "start": { - "line": 328, - "column": 18 - }, - "end": { - "line": 339, - "column": 21 - } - } - ], - "line": 326 - }, - "17": { - "loc": { - "start": { - "line": 341, - "column": 15 - }, - "end": { - "line": 341, - "column": 84 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 341, - "column": 15 - }, - "end": { - "line": 341, - "column": 20 - } - }, - { - "start": { - "line": 341, - "column": 24 - }, - "end": { - "line": 341, - "column": 84 - } - } - ], - "line": 341 - }, - "18": { - "loc": { - "start": { - "line": 342, - "column": 15 - }, - "end": { - "line": 381, - "column": 15 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 342, - "column": 15 - }, - "end": { - "line": 342, - "column": 29 - } - }, - { - "start": { - "line": 343, - "column": 16 - }, - "end": { - "line": 380, - "column": 19 - } - } - ], - "line": 342 - }, - "19": { - "loc": { - "start": { - "line": 382, - "column": 15 - }, - "end": { - "line": 384, - "column": 15 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 382, - "column": 15 - }, - "end": { - "line": 382, - "column": 60 - } - }, - { - "start": { - "line": 383, - "column": 16 - }, - "end": { - "line": 383, - "column": 81 - } - } - ], - "line": 382 - } - }, - "s": { - "0": 2, - "1": 2, - "2": 2, - "3": 2, - "4": 2, - "5": 2, - "6": 2, - "7": 2, - "8": 0, - "9": 0, - "10": 0, - "11": 0, - "12": 0, - "13": 0, - "14": 0, - "15": 0, - "16": 0, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0, - "22": 0, - "23": 0, - "24": 0, - "25": 0, - "26": 0, - "27": 0, - "28": 0, - "29": 0, - "30": 0, - "31": 0, - "32": 0, - "33": 0, - "34": 0, - "35": 0, - "36": 0, - "37": 0, - "38": 0, - "39": 0, - "40": 0, - "41": 0, - "42": 0, - "43": 0, - "44": 0, - "45": 0, - "46": 0, - "47": 0, - "48": 0, - "49": 0, - "50": 0, - "51": 0, - "52": 0, - "53": 0, - "54": 0, - "55": 0, - "56": 0, - "57": 0, - "58": 0, - "59": 0, - "60": 0, - "61": 0, - "62": 0, - "63": 0, - "64": 0, - "65": 0, - "66": 0, - "67": 0, - "68": 0, - "69": 0, - "70": 0, - "71": 0, - "72": 0 - }, - "f": { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "4": 0, - "5": 0, - "6": 0, - "7": 0, - "8": 0, - "9": 0, - "10": 0, - "11": 0, - "12": 0, - "13": 0, - "14": 0, - "15": 0, - "16": 0, - "17": 0, - "18": 0 - }, - "b": { - "0": [0, 0], - "1": [0, 0], - "2": [0, 0], - "3": [0, 0], - "4": [0, 0], - "5": [0, 0], - "6": [0, 0], - "7": [0, 0], - "8": [0, 0], - "9": [0, 0], - "10": [0, 0], - "11": [0, 0], - "12": [0, 0], - "13": [0, 0], - "14": [0, 0], - "15": [0, 0], - "16": [0, 0, 0, 0], - "17": [0, 0], - "18": [0, 0], - "19": [0, 0] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "bfa813bc036a9f741693d8158bbb481a27ba77e4" - }, - "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokSessionPage.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokSessionPage.tsx", - "statementMap": { - "0": { - "start": { - "line": 39, - "column": 23 - }, - "end": { - "line": 41, - "column": 10 - } - }, - "1": { - "start": { - "line": 43, - "column": 24 - }, - "end": { - "line": 47, - "column": 10 - } - }, - "2": { - "start": { - "line": 49, - "column": 18 - }, - "end": { - "line": 53, - "column": 10 - } - }, - "3": { - "start": { - "line": 55, - "column": 17 - }, - "end": { - "line": 58, - "column": 10 - } - }, - "4": { - "start": { - "line": 60, - "column": 29 - }, - "end": { - "line": 62, - "column": 10 - } - }, - "5": { - "start": { - "line": 64, - "column": 34 - }, - "end": { - "line": 68, - "column": 10 - } - }, - "6": { - "start": { - "line": 70, - "column": 29 - }, - "end": { - "line": 70, - "column": 73 - } - }, - "7": { - "start": { - "line": 90, - "column": 29 - }, - "end": { - "line": 427, - "column": 1 - } - }, - "8": { - "start": { - "line": 107, - "column": 6 - }, - "end": { - "line": 107, - "column": 11 - } - }, - "9": { - "start": { - "line": 109, - "column": 12 - }, - "end": { - "line": 109, - "column": 38 - } - }, - "10": { - "start": { - "line": 111, - "column": 24 - }, - "end": { - "line": 111, - "column": 73 - } - }, - "11": { - "start": { - "line": 111, - "column": 52 - }, - "end": { - "line": 111, - "column": 72 - } - }, - "12": { - "start": { - "line": 112, - "column": 20 - }, - "end": { - "line": 112, - "column": 65 - } - }, - "13": { - "start": { - "line": 112, - "column": 48 - }, - "end": { - "line": 112, - "column": 64 - } - }, - "14": { - "start": { - "line": 113, - "column": 26 - }, - "end": { - "line": 113, - "column": 76 - } - }, - "15": { - "start": { - "line": 113, - "column": 54 - }, - "end": { - "line": 113, - "column": 75 - } - }, - "16": { - "start": { - "line": 114, - "column": 23 - }, - "end": { - "line": 114, - "column": 70 - } - }, - "17": { - "start": { - "line": 114, - "column": 51 - }, - "end": { - "line": 114, - "column": 69 - } - }, - "18": { - "start": { - "line": 115, - "column": 18 - }, - "end": { - "line": 115, - "column": 60 - } - }, - "19": { - "start": { - "line": 115, - "column": 46 - }, - "end": { - "line": 115, - "column": 59 - } - }, - "20": { - "start": { - "line": 117, - "column": 48 - }, - "end": { - "line": 117, - "column": 71 - } - }, - "21": { - "start": { - "line": 118, - "column": 46 - }, - "end": { - "line": 118, - "column": 70 - } - }, - "22": { - "start": { - "line": 119, - "column": 48 - }, - "end": { - "line": 121, - "column": 3 - } - }, - "23": { - "start": { - "line": 122, - "column": 56 - }, - "end": { - "line": 122, - "column": 86 - } - }, - "24": { - "start": { - "line": 123, - "column": 42 - }, - "end": { - "line": 123, - "column": 66 - } - }, - "25": { - "start": { - "line": 124, - "column": 38 - }, - "end": { - "line": 124, - "column": 58 - } - }, - "26": { - "start": { - "line": 125, - "column": 63 - }, - "end": { - "line": 125, - "column": 88 - } - }, - "27": { - "start": { - "line": 127, - "column": 36 - }, - "end": { - "line": 127, - "column": 62 - } - }, - "28": { - "start": { - "line": 128, - "column": 34 - }, - "end": { - "line": 128, - "column": 58 - } - }, - "29": { - "start": { - "line": 129, - "column": 33 - }, - "end": { - "line": 129, - "column": 56 - } - }, - "30": { - "start": { - "line": 131, - "column": 27 - }, - "end": { - "line": 131, - "column": 75 - } - }, - "31": { - "start": { - "line": 133, - "column": 2 - }, - "end": { - "line": 142, - "column": 94 - } - }, - "32": { - "start": { - "line": 134, - "column": 27 - }, - "end": { - "line": 134, - "column": 63 - } - }, - "33": { - "start": { - "line": 135, - "column": 4 - }, - "end": { - "line": 135, - "column": 88 - } - }, - "34": { - "start": { - "line": 137, - "column": 23 - }, - "end": { - "line": 139, - "column": 5 - } - }, - "35": { - "start": { - "line": 138, - "column": 25 - }, - "end": { - "line": 138, - "column": 63 - } - }, - "36": { - "start": { - "line": 141, - "column": 4 - }, - "end": { - "line": 141, - "column": 64 - } - }, - "37": { - "start": { - "line": 141, - "column": 40 - }, - "end": { - "line": 141, - "column": 64 - } - }, - "38": { - "start": { - "line": 144, - "column": 2 - }, - "end": { - "line": 164, - "column": 69 - } - }, - "39": { - "start": { - "line": 145, - "column": 4 - }, - "end": { - "line": 149, - "column": 7 - } - }, - "40": { - "start": { - "line": 146, - "column": 6 - }, - "end": { - "line": 148, - "column": 9 - } - }, - "41": { - "start": { - "line": 147, - "column": 8 - }, - "end": { - "line": 147, - "column": 58 - } - }, - "42": { - "start": { - "line": 151, - "column": 23 - }, - "end": { - "line": 151, - "column": 87 - } - }, - "43": { - "start": { - "line": 151, - "column": 51 - }, - "end": { - "line": 151, - "column": 86 - } - }, - "44": { - "start": { - "line": 153, - "column": 4 - }, - "end": { - "line": 163, - "column": 5 - } - }, - "45": { - "start": { - "line": 154, - "column": 26 - }, - "end": { - "line": 156, - "column": 7 - } - }, - "46": { - "start": { - "line": 155, - "column": 30 - }, - "end": { - "line": 155, - "column": 69 - } - }, - "47": { - "start": { - "line": 158, - "column": 6 - }, - "end": { - "line": 162, - "column": 7 - } - }, - "48": { - "start": { - "line": 159, - "column": 8 - }, - "end": { - "line": 161, - "column": 56 - } - }, - "49": { - "start": { - "line": 166, - "column": 2 - }, - "end": { - "line": 180, - "column": 28 - } - }, - "50": { - "start": { - "line": 167, - "column": 4 - }, - "end": { - "line": 167, - "column": 45 - } - }, - "51": { - "start": { - "line": 167, - "column": 38 - }, - "end": { - "line": 167, - "column": 45 - } - }, - "52": { - "start": { - "line": 169, - "column": 4 - }, - "end": { - "line": 176, - "column": 6 - } - }, - "53": { - "start": { - "line": 177, - "column": 4 - }, - "end": { - "line": 179, - "column": 5 - } - }, - "54": { - "start": { - "line": 178, - "column": 6 - }, - "end": { - "line": 178, - "column": 25 - } - }, - "55": { - "start": { - "line": 183, - "column": 4 - }, - "end": { - "line": 187, - "column": 7 - } - }, - "56": { - "start": { - "line": 189, - "column": 33 - }, - "end": { - "line": 191, - "column": 6 - } - }, - "57": { - "start": { - "line": 193, - "column": 4 - }, - "end": { - "line": 195, - "column": 5 - } - }, - "58": { - "start": { - "line": 194, - "column": 6 - }, - "end": { - "line": 194, - "column": 51 - } - }, - "59": { - "start": { - "line": 197, - "column": 4 - }, - "end": { - "line": 204, - "column": 5 - } - }, - "60": { - "start": { - "line": 198, - "column": 20 - }, - "end": { - "line": 198, - "column": 46 - } - }, - "61": { - "start": { - "line": 200, - "column": 6 - }, - "end": { - "line": 200, - "column": 49 - } - }, - "62": { - "start": { - "line": 201, - "column": 6 - }, - "end": { - "line": 201, - "column": 69 - } - }, - "63": { - "start": { - "line": 203, - "column": 6 - }, - "end": { - "line": 203, - "column": 18 - } - }, - "64": { - "start": { - "line": 207, - "column": 2 - }, - "end": { - "line": 213, - "column": 21 - } - }, - "65": { - "start": { - "line": 208, - "column": 4 - }, - "end": { - "line": 208, - "column": 81 - } - }, - "66": { - "start": { - "line": 208, - "column": 74 - }, - "end": { - "line": 208, - "column": 81 - } - }, - "67": { - "start": { - "line": 210, - "column": 4 - }, - "end": { - "line": 212, - "column": 5 - } - }, - "68": { - "start": { - "line": 211, - "column": 6 - }, - "end": { - "line": 211, - "column": 25 - } - }, - "69": { - "start": { - "line": 215, - "column": 2 - }, - "end": { - "line": 217, - "column": 9 - } - }, - "70": { - "start": { - "line": 216, - "column": 4 - }, - "end": { - "line": 216, - "column": 40 - } - }, - "71": { - "start": { - "line": 219, - "column": 24 - }, - "end": { - "line": 219, - "column": 86 - } - }, - "72": { - "start": { - "line": 220, - "column": 20 - }, - "end": { - "line": 230, - "column": 3 - } - }, - "73": { - "start": { - "line": 232, - "column": 22 - }, - "end": { - "line": 237, - "column": 3 - } - }, - "74": { - "start": { - "line": 239, - "column": 15 - }, - "end": { - "line": 246, - "column": 3 - } - }, - "75": { - "start": { - "line": 240, - "column": 4 - }, - "end": { - "line": 245, - "column": 6 - } - }, - "76": { - "start": { - "line": 248, - "column": 2 - }, - "end": { - "line": 426, - "column": 4 - } - }, - "77": { - "start": { - "line": 322, - "column": 28 - }, - "end": { - "line": 328, - "column": 38 - } - }, - "78": { - "start": { - "line": 325, - "column": 45 - }, - "end": { - "line": 325, - "column": 73 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 90, - "column": 29 - }, - "end": { - "line": 90, - "column": 30 - } - }, - "loc": { - "start": { - "line": 90, - "column": 67 - }, - "end": { - "line": 427, - "column": 1 - } - }, - "line": 90 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 111, - "column": 41 - }, - "end": { - "line": 111, - "column": 42 - } - }, - "loc": { - "start": { - "line": 111, - "column": 52 - }, - "end": { - "line": 111, - "column": 72 - } - }, - "line": 111 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 112, - "column": 37 - }, - "end": { - "line": 112, - "column": 38 - } - }, - "loc": { - "start": { - "line": 112, - "column": 48 - }, - "end": { - "line": 112, - "column": 64 - } - }, - "line": 112 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 113, - "column": 43 - }, - "end": { - "line": 113, - "column": 44 - } - }, - "loc": { - "start": { - "line": 113, - "column": 54 - }, - "end": { - "line": 113, - "column": 75 - } - }, - "line": 113 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 114, - "column": 40 - }, - "end": { - "line": 114, - "column": 41 - } - }, - "loc": { - "start": { - "line": 114, - "column": 51 - }, - "end": { - "line": 114, - "column": 69 - } - }, - "line": 114 - }, - "5": { - "name": "(anonymous_5)", - "decl": { - "start": { - "line": 115, - "column": 35 - }, - "end": { - "line": 115, - "column": 36 - } - }, - "loc": { - "start": { - "line": 115, - "column": 46 - }, - "end": { - "line": 115, - "column": 59 - } - }, - "line": 115 - }, - "6": { - "name": "(anonymous_6)", - "decl": { - "start": { - "line": 133, - "column": 12 - }, - "end": { - "line": 133, - "column": 13 - } - }, - "loc": { - "start": { - "line": 133, - "column": 18 - }, - "end": { - "line": 142, - "column": 3 - } - }, - "line": 133 - }, - "7": { - "name": "(anonymous_7)", - "decl": { - "start": { - "line": 138, - "column": 6 - }, - "end": { - "line": 138, - "column": 7 - } - }, - "loc": { - "start": { - "line": 138, - "column": 25 - }, - "end": { - "line": 138, - "column": 63 - } - }, - "line": 138 - }, - "8": { - "name": "(anonymous_8)", - "decl": { - "start": { - "line": 144, - "column": 12 - }, - "end": { - "line": 144, - "column": 13 - } - }, - "loc": { - "start": { - "line": 144, - "column": 18 - }, - "end": { - "line": 164, - "column": 3 - } - }, - "line": 144 - }, - "9": { - "name": "(anonymous_9)", - "decl": { - "start": { - "line": 145, - "column": 29 - }, - "end": { - "line": 145, - "column": 30 - } - }, - "loc": { - "start": { - "line": 145, - "column": 44 - }, - "end": { - "line": 149, - "column": 5 - } - }, - "line": 145 - }, - "10": { - "name": "(anonymous_10)", - "decl": { - "start": { - "line": 146, - "column": 24 - }, - "end": { - "line": 146, - "column": 25 - } - }, - "loc": { - "start": { - "line": 146, - "column": 42 - }, - "end": { - "line": 148, - "column": 7 - } - }, - "line": 146 - }, - "11": { - "name": "(anonymous_11)", - "decl": { - "start": { - "line": 151, - "column": 36 - }, - "end": { - "line": 151, - "column": 37 - } - }, - "loc": { - "start": { - "line": 151, - "column": 51 - }, - "end": { - "line": 151, - "column": 86 - } - }, - "line": 151 - }, - "12": { - "name": "(anonymous_12)", - "decl": { - "start": { - "line": 155, - "column": 8 - }, - "end": { - "line": 155, - "column": 9 - } - }, - "loc": { - "start": { - "line": 155, - "column": 30 - }, - "end": { - "line": 155, - "column": 69 - } - }, - "line": 155 - }, - "13": { - "name": "(anonymous_13)", - "decl": { - "start": { - "line": 166, - "column": 12 - }, - "end": { - "line": 166, - "column": 13 - } - }, - "loc": { - "start": { - "line": 166, - "column": 18 - }, - "end": { - "line": 180, - "column": 3 - } - }, - "line": 166 - }, - "14": { - "name": "callStartSession", - "decl": { - "start": { - "line": 182, - "column": 17 - }, - "end": { - "line": 182, - "column": 33 - } - }, - "loc": { - "start": { - "line": 182, - "column": 36 - }, - "end": { - "line": 205, - "column": 3 - } - }, - "line": 182 - }, - "15": { - "name": "(anonymous_15)", - "decl": { - "start": { - "line": 207, - "column": 12 - }, - "end": { - "line": 207, - "column": 13 - } - }, - "loc": { - "start": { - "line": 207, - "column": 18 - }, - "end": { - "line": 213, - "column": 3 - } - }, - "line": 207 - }, - "16": { - "name": "(anonymous_16)", - "decl": { - "start": { - "line": 215, - "column": 12 - }, - "end": { - "line": 215, - "column": 13 - } - }, - "loc": { - "start": { - "line": 215, - "column": 18 - }, - "end": { - "line": 217, - "column": 3 - } - }, - "line": 215 - }, - "17": { - "name": "(anonymous_17)", - "decl": { - "start": { - "line": 239, - "column": 15 - }, - "end": { - "line": 239, - "column": 16 - } - }, - "loc": { - "start": { - "line": 239, - "column": 21 - }, - "end": { - "line": 246, - "column": 3 - } - }, - "line": 239 - }, - "18": { - "name": "(anonymous_18)", - "decl": { - "start": { - "line": 321, - "column": 42 - }, - "end": { - "line": 321, - "column": 43 - } - }, - "loc": { - "start": { - "line": 322, - "column": 28 - }, - "end": { - "line": 328, - "column": 38 - } - }, - "line": 322 - }, - "19": { - "name": "(anonymous_19)", - "decl": { - "start": { - "line": 325, - "column": 39 - }, - "end": { - "line": 325, - "column": 40 - } - }, - "loc": { - "start": { - "line": 325, - "column": 45 - }, - "end": { - "line": 325, - "column": 73 - } - }, - "line": 325 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 131, - "column": 27 - }, - "end": { - "line": 131, - "column": 75 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 131, - "column": 27 - }, - "end": { - "line": 131, - "column": 55 - } - }, - { - "start": { - "line": 131, - "column": 59 - }, - "end": { - "line": 131, - "column": 75 - } - } - ], - "line": 131 - }, - "1": { - "loc": { - "start": { - "line": 141, - "column": 4 - }, - "end": { - "line": 141, - "column": 64 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 141, - "column": 4 - }, - "end": { - "line": 141, - "column": 64 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 141 - }, - "2": { - "loc": { - "start": { - "line": 141, - "column": 8 - }, - "end": { - "line": 141, - "column": 38 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 141, - "column": 8 - }, - "end": { - "line": 141, - "column": 18 - } - }, - { - "start": { - "line": 141, - "column": 22 - }, - "end": { - "line": 141, - "column": 38 - } - } - ], - "line": 141 - }, - "3": { - "loc": { - "start": { - "line": 147, - "column": 8 - }, - "end": { - "line": 147, - "column": 57 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 147, - "column": 8 - }, - "end": { - "line": 147, - "column": 29 - } - }, - { - "start": { - "line": 147, - "column": 33 - }, - "end": { - "line": 147, - "column": 57 - } - } - ], - "line": 147 - }, - "4": { - "loc": { - "start": { - "line": 153, - "column": 4 - }, - "end": { - "line": 163, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 153, - "column": 4 - }, - "end": { - "line": 163, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 153 - }, - "5": { - "loc": { - "start": { - "line": 158, - "column": 6 - }, - "end": { - "line": 162, - "column": 7 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 158, - "column": 6 - }, - "end": { - "line": 162, - "column": 7 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 158 - }, - "6": { - "loc": { - "start": { - "line": 159, - "column": 8 - }, - "end": { - "line": 161, - "column": 55 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 160, - "column": 12 - }, - "end": { - "line": 160, - "column": 57 - } - }, - { - "start": { - "line": 161, - "column": 12 - }, - "end": { - "line": 161, - "column": 55 - } - } - ], - "line": 159 - }, - "7": { - "loc": { - "start": { - "line": 167, - "column": 4 - }, - "end": { - "line": 167, - "column": 45 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 167, - "column": 4 - }, - "end": { - "line": 167, - "column": 45 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 167 - }, - "8": { - "loc": { - "start": { - "line": 170, - "column": 6 - }, - "end": { - "line": 170, - "column": 93 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 170, - "column": 28 - }, - "end": { - "line": 170, - "column": 59 - } - }, - { - "start": { - "line": 170, - "column": 62 - }, - "end": { - "line": 170, - "column": 93 - } - } - ], - "line": 170 - }, - "9": { - "loc": { - "start": { - "line": 177, - "column": 4 - }, - "end": { - "line": 179, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 177, - "column": 4 - }, - "end": { - "line": 179, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 177 - }, - "10": { - "loc": { - "start": { - "line": 177, - "column": 8 - }, - "end": { - "line": 177, - "column": 78 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 177, - "column": 8 - }, - "end": { - "line": 177, - "column": 27 - } - }, - { - "start": { - "line": 177, - "column": 31 - }, - "end": { - "line": 177, - "column": 78 - } - } - ], - "line": 177 - }, - "11": { - "loc": { - "start": { - "line": 193, - "column": 4 - }, - "end": { - "line": 195, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 193, - "column": 4 - }, - "end": { - "line": 195, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 193 - }, - "12": { - "loc": { - "start": { - "line": 197, - "column": 4 - }, - "end": { - "line": 204, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 197, - "column": 4 - }, - "end": { - "line": 204, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 197 - }, - "13": { - "loc": { - "start": { - "line": 208, - "column": 4 - }, - "end": { - "line": 208, - "column": 81 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 208, - "column": 4 - }, - "end": { - "line": 208, - "column": 81 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 208 - }, - "14": { - "loc": { - "start": { - "line": 208, - "column": 8 - }, - "end": { - "line": 208, - "column": 72 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 208, - "column": 8 - }, - "end": { - "line": 208, - "column": 21 - } - }, - { - "start": { - "line": 208, - "column": 25 - }, - "end": { - "line": 208, - "column": 72 - } - } - ], - "line": 208 - }, - "15": { - "loc": { - "start": { - "line": 210, - "column": 4 - }, - "end": { - "line": 212, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 210, - "column": 4 - }, - "end": { - "line": 212, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 210 - }, - "16": { - "loc": { - "start": { - "line": 268, - "column": 7 - }, - "end": { - "line": 424, - "column": 7 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 269, - "column": 8 - }, - "end": { - "line": 269, - "column": 51 - } - }, - { - "start": { - "line": 271, - "column": 8 - }, - "end": { - "line": 423, - "column": 14 - } - } - ], - "line": 268 - }, - "17": { - "loc": { - "start": { - "line": 305, - "column": 13 - }, - "end": { - "line": 307, - "column": 13 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 305, - "column": 13 - }, - "end": { - "line": 305, - "column": 24 - } - }, - { - "start": { - "line": 306, - "column": 14 - }, - "end": { - "line": 306, - "column": 86 - } - } - ], - "line": 305 - }, - "18": { - "loc": { - "start": { - "line": 308, - "column": 13 - }, - "end": { - "line": 421, - "column": 13 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 308, - "column": 13 - }, - "end": { - "line": 308, - "column": 25 - } - }, - { - "start": { - "line": 309, - "column": 14 - }, - "end": { - "line": 420, - "column": 20 - } - } - ], - "line": 308 - }, - "19": { - "loc": { - "start": { - "line": 310, - "column": 17 - }, - "end": { - "line": 347, - "column": 17 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 310, - "column": 17 - }, - "end": { - "line": 310, - "column": 22 - } - }, - { - "start": { - "line": 311, - "column": 18 - }, - "end": { - "line": 346, - "column": 21 - } - } - ], - "line": 310 - }, - "20": { - "loc": { - "start": { - "line": 348, - "column": 17 - }, - "end": { - "line": 362, - "column": 19 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 348, - "column": 17 - }, - "end": { - "line": 348, - "column": 33 - } - }, - { - "start": { - "line": 349, - "column": 19 - }, - "end": { - "line": 349, - "column": 47 - } - }, - { - "start": { - "line": 349, - "column": 51 - }, - "end": { - "line": 349, - "column": 78 - } - }, - { - "start": { - "line": 350, - "column": 20 - }, - "end": { - "line": 361, - "column": 23 - } - } - ], - "line": 348 - }, - "21": { - "loc": { - "start": { - "line": 363, - "column": 17 - }, - "end": { - "line": 376, - "column": 17 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 363, - "column": 17 - }, - "end": { - "line": 363, - "column": 30 - } - }, - { - "start": { - "line": 363, - "column": 35 - }, - "end": { - "line": 363, - "column": 60 - } - }, - { - "start": { - "line": 363, - "column": 64 - }, - "end": { - "line": 363, - "column": 88 - } - }, - { - "start": { - "line": 364, - "column": 18 - }, - "end": { - "line": 375, - "column": 21 - } - } - ], - "line": 363 - }, - "22": { - "loc": { - "start": { - "line": 377, - "column": 17 - }, - "end": { - "line": 416, - "column": 17 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 377, - "column": 17 - }, - "end": { - "line": 377, - "column": 31 - } - }, - { - "start": { - "line": 378, - "column": 18 - }, - "end": { - "line": 415, - "column": 21 - } - } - ], - "line": 377 - }, - "23": { - "loc": { - "start": { - "line": 417, - "column": 17 - }, - "end": { - "line": 419, - "column": 17 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 417, - "column": 17 - }, - "end": { - "line": 417, - "column": 62 - } - }, - { - "start": { - "line": 418, - "column": 18 - }, - "end": { - "line": 418, - "column": 83 - } - } - ], - "line": 417 - } - }, - "s": { - "0": 2, - "1": 2, - "2": 2, - "3": 2, - "4": 2, - "5": 2, - "6": 2, - "7": 2, - "8": 0, - "9": 0, - "10": 0, - "11": 0, - "12": 0, - "13": 0, - "14": 0, - "15": 0, - "16": 0, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0, - "22": 0, - "23": 0, - "24": 0, - "25": 0, - "26": 0, - "27": 0, - "28": 0, - "29": 0, - "30": 0, - "31": 0, - "32": 0, - "33": 0, - "34": 0, - "35": 0, - "36": 0, - "37": 0, - "38": 0, - "39": 0, - "40": 0, - "41": 0, - "42": 0, - "43": 0, - "44": 0, - "45": 0, - "46": 0, - "47": 0, - "48": 0, - "49": 0, - "50": 0, - "51": 0, - "52": 0, - "53": 0, - "54": 0, - "55": 0, - "56": 0, - "57": 0, - "58": 0, - "59": 0, - "60": 0, - "61": 0, - "62": 0, - "63": 0, - "64": 0, - "65": 0, - "66": 0, - "67": 0, - "68": 0, - "69": 0, - "70": 0, - "71": 0, - "72": 0, - "73": 0, - "74": 0, - "75": 0, - "76": 0, - "77": 0, - "78": 0 - }, - "f": { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "4": 0, - "5": 0, - "6": 0, - "7": 0, - "8": 0, - "9": 0, - "10": 0, - "11": 0, - "12": 0, - "13": 0, - "14": 0, - "15": 0, - "16": 0, - "17": 0, - "18": 0, - "19": 0 - }, - "b": { - "0": [0, 0], - "1": [0, 0], - "2": [0, 0], - "3": [0, 0], - "4": [0, 0], - "5": [0, 0], - "6": [0, 0], - "7": [0, 0], - "8": [0, 0], - "9": [0, 0], - "10": [0, 0], - "11": [0, 0], - "12": [0, 0], - "13": [0, 0], - "14": [0, 0], - "15": [0, 0], - "16": [0, 0], - "17": [0, 0], - "18": [0, 0], - "19": [0, 0], - "20": [0, 0, 0, 0], - "21": [0, 0, 0, 0], - "22": [0, 0], - "23": [0, 0] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "5cf1da0decb38da05ff5c9167c53c104a350d36f" - }, - "/Users/alberto/Repositories/bloom-frontend/components/forms/WelcomeCodeForm.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/forms/WelcomeCodeForm.tsx", - "statementMap": { - "0": { - "start": { - "line": 10, - "column": 23 - }, - "end": { - "line": 12, - "column": 10 - } - }, - "1": { - "start": { - "line": 19, - "column": 24 - }, - "end": { - "line": 73, - "column": 1 - } - }, - "2": { - "start": { - "line": 20, - "column": 38 - }, - "end": { - "line": 20, - "column": 43 - } - }, - "3": { - "start": { - "line": 21, - "column": 12 - }, - "end": { - "line": 21, - "column": 38 - } - }, - "4": { - "start": { - "line": 23, - "column": 24 - }, - "end": { - "line": 23, - "column": 73 - } - }, - "5": { - "start": { - "line": 23, - "column": 52 - }, - "end": { - "line": 23, - "column": 72 - } - }, - "6": { - "start": { - "line": 24, - "column": 26 - }, - "end": { - "line": 24, - "column": 76 - } - }, - "7": { - "start": { - "line": 24, - "column": 54 - }, - "end": { - "line": 24, - "column": 75 - } - }, - "8": { - "start": { - "line": 25, - "column": 23 - }, - "end": { - "line": 25, - "column": 70 - } - }, - "9": { - "start": { - "line": 25, - "column": 51 - }, - "end": { - "line": 25, - "column": 69 - } - }, - "10": { - "start": { - "line": 27, - "column": 24 - }, - "end": { - "line": 27, - "column": 86 - } - }, - "11": { - "start": { - "line": 29, - "column": 36 - }, - "end": { - "line": 29, - "column": 56 - } - }, - "12": { - "start": { - "line": 30, - "column": 17 - }, - "end": { - "line": 30, - "column": 28 - } - }, - "13": { - "start": { - "line": 32, - "column": 2 - }, - "end": { - "line": 34, - "column": 18 - } - }, - "14": { - "start": { - "line": 33, - "column": 4 - }, - "end": { - "line": 33, - "column": 28 - } - }, - "15": { - "start": { - "line": 36, - "column": 24 - }, - "end": { - "line": 44, - "column": 3 - } - }, - "16": { - "start": { - "line": 37, - "column": 4 - }, - "end": { - "line": 37, - "column": 27 - } - }, - "17": { - "start": { - "line": 38, - "column": 4 - }, - "end": { - "line": 43, - "column": 7 - } - }, - "18": { - "start": { - "line": 46, - "column": 2 - }, - "end": { - "line": 72, - "column": 4 - } - }, - "19": { - "start": { - "line": 52, - "column": 27 - }, - "end": { - "line": 52, - "column": 55 - } - }, - "20": { - "start": { - "line": 60, - "column": 12 - }, - "end": { - "line": 60, - "column": 87 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 19, - "column": 24 - }, - "end": { - "line": 19, - "column": 25 - } - }, - "loc": { - "start": { - "line": 19, - "column": 57 - }, - "end": { - "line": 73, - "column": 1 - } - }, - "line": 19 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 23, - "column": 41 - }, - "end": { - "line": 23, - "column": 42 - } - }, - "loc": { - "start": { - "line": 23, - "column": 52 - }, - "end": { - "line": 23, - "column": 72 - } - }, - "line": 23 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 24, - "column": 43 - }, - "end": { - "line": 24, - "column": 44 - } - }, - "loc": { - "start": { - "line": 24, - "column": 54 - }, - "end": { - "line": 24, - "column": 75 - } - }, - "line": 24 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 25, - "column": 40 - }, - "end": { - "line": 25, - "column": 41 - } - }, - "loc": { - "start": { - "line": 25, - "column": 51 - }, - "end": { - "line": 25, - "column": 69 - } - }, - "line": 25 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 32, - "column": 12 - }, - "end": { - "line": 32, - "column": 13 - } - }, - "loc": { - "start": { - "line": 32, - "column": 18 - }, - "end": { - "line": 34, - "column": 3 - } - }, - "line": 32 - }, - "5": { - "name": "(anonymous_5)", - "decl": { - "start": { - "line": 36, - "column": 24 - }, - "end": { - "line": 36, - "column": 25 - } - }, - "loc": { - "start": { - "line": 36, - "column": 75 - }, - "end": { - "line": 44, - "column": 3 - } - }, - "line": 36 - }, - "6": { - "name": "(anonymous_6)", - "decl": { - "start": { - "line": 52, - "column": 20 - }, - "end": { - "line": 52, - "column": 21 - } - }, - "loc": { - "start": { - "line": 52, - "column": 27 - }, - "end": { - "line": 52, - "column": 55 - } - }, - "line": 52 - }, - "7": { - "name": "(anonymous_7)", - "decl": { - "start": { - "line": 59, - "column": 19 - }, - "end": { - "line": 59, - "column": 20 - } - }, - "loc": { - "start": { - "line": 59, - "column": 25 - }, - "end": { - "line": 61, - "column": 11 - } - }, - "line": 59 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 40, - "column": 10 - }, - "end": { - "line": 42, - "column": 7 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 40, - "column": 10 - }, - "end": { - "line": 40, - "column": 22 - } - }, - { - "start": { - "line": 40, - "column": 26 - }, - "end": { - "line": 42, - "column": 7 - } - } - ], - "line": 40 - }, - "1": { - "loc": { - "start": { - "line": 41, - "column": 64 - }, - "end": { - "line": 41, - "column": 96 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 41, - "column": 64 - }, - "end": { - "line": 41, - "column": 73 - } - }, - { - "start": { - "line": 41, - "column": 77 - }, - "end": { - "line": 41, - "column": 96 - } - } - ], - "line": 41 - } - }, - "s": { - "0": 2, - "1": 2, - "2": 0, - "3": 0, - "4": 0, - "5": 0, - "6": 0, - "7": 0, - "8": 0, - "9": 0, - "10": 0, - "11": 0, - "12": 0, - "13": 0, - "14": 0, - "15": 0, - "16": 0, - "17": 0, - "18": 0, - "19": 0, - "20": 0 - }, - "f": { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "4": 0, - "5": 0, - "6": 0, - "7": 0 - }, - "b": { - "0": [0, 0], - "1": [0, 0] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "a50573be8047f304bf4bfe2c036d321857749402" - }, - "/Users/alberto/Repositories/bloom-frontend/components/layout/PartnerHeader.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/layout/PartnerHeader.tsx", - "statementMap": { - "0": { - "start": { - "line": 7, - "column": 30 - }, - "end": { - "line": 13, - "column": 10 - } - }, - "1": { - "start": { - "line": 15, - "column": 28 - }, - "end": { - "line": 20, - "column": 10 - } - }, - "2": { - "start": { - "line": 22, - "column": 27 - }, - "end": { - "line": 27, - "column": 10 - } - }, - "3": { - "start": { - "line": 36, - "column": 22 - }, - "end": { - "line": 67, - "column": 1 - } - }, - "4": { - "start": { - "line": 37, - "column": 65 - }, - "end": { - "line": 37, - "column": 70 - } - }, - "5": { - "start": { - "line": 38, - "column": 13 - }, - "end": { - "line": 38, - "column": 38 - } - }, - "6": { - "start": { - "line": 40, - "column": 2 - }, - "end": { - "line": 66, - "column": 4 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 36, - "column": 22 - }, - "end": { - "line": 36, - "column": 23 - } - }, - "loc": { - "start": { - "line": 36, - "column": 46 - }, - "end": { - "line": 67, - "column": 1 - } - }, - "line": 36 - } - }, - "branchMap": {}, - "s": { - "0": 2, - "1": 2, - "2": 2, - "3": 2, - "4": 0, - "5": 0, - "6": 0 - }, - "f": { - "0": 0 - }, - "b": {}, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "b5f81014856c31d939993b5400778e2fb1fd3a19" - }, - "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokWelcomePage.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokWelcomePage.tsx", - "statementMap": { - "0": { - "start": { - "line": 28, - "column": 28 - }, - "end": { - "line": 41, - "column": 10 - } - }, - "1": { - "start": { - "line": 43, - "column": 16 - }, - "end": { - "line": 46, - "column": 10 - } - }, - "2": { - "start": { - "line": 58, - "column": 29 - }, - "end": { - "line": 100, - "column": 1 - } - }, - "3": { - "start": { - "line": 59, - "column": 91 - }, - "end": { - "line": 59, - "column": 96 - } - }, - "4": { - "start": { - "line": 61, - "column": 25 - }, - "end": { - "line": 61, - "column": 71 - } - }, - "5": { - "start": { - "line": 63, - "column": 22 - }, - "end": { - "line": 68, - "column": 3 - } - }, - "6": { - "start": { - "line": 70, - "column": 2 - }, - "end": { - "line": 99, - "column": 4 - } - }, - "7": { - "start": { - "line": 96, - "column": 10 - }, - "end": { - "line": 96, - "column": 77 - } - }, - "8": { - "start": { - "line": 102, - "column": 25 - }, - "end": { - "line": 187, - "column": 1 - } - }, - "9": { - "start": { - "line": 103, - "column": 17 - }, - "end": { - "line": 103, - "column": 28 - } - }, - "10": { - "start": { - "line": 105, - "column": 17 - }, - "end": { - "line": 105, - "column": 59 - } - }, - "11": { - "start": { - "line": 105, - "column": 45 - }, - "end": { - "line": 105, - "column": 58 - } - }, - "12": { - "start": { - "line": 106, - "column": 24 - }, - "end": { - "line": 106, - "column": 73 - } - }, - "13": { - "start": { - "line": 106, - "column": 52 - }, - "end": { - "line": 106, - "column": 72 - } - }, - "14": { - "start": { - "line": 107, - "column": 26 - }, - "end": { - "line": 107, - "column": 76 - } - }, - "15": { - "start": { - "line": 107, - "column": 54 - }, - "end": { - "line": 107, - "column": 75 - } - }, - "16": { - "start": { - "line": 108, - "column": 23 - }, - "end": { - "line": 108, - "column": 70 - } - }, - "17": { - "start": { - "line": 108, - "column": 51 - }, - "end": { - "line": 108, - "column": 69 - } - }, - "18": { - "start": { - "line": 109, - "column": 19 - }, - "end": { - "line": 109, - "column": 62 - } - }, - "19": { - "start": { - "line": 109, - "column": 47 - }, - "end": { - "line": 109, - "column": 61 - } - }, - "20": { - "start": { - "line": 110, - "column": 24 - }, - "end": { - "line": 110, - "column": 86 - } - }, - "21": { - "start": { - "line": 112, - "column": 54 - }, - "end": { - "line": 112, - "column": 77 - } - }, - "22": { - "start": { - "line": 113, - "column": 36 - }, - "end": { - "line": 113, - "column": 56 - } - }, - "23": { - "start": { - "line": 115, - "column": 12 - }, - "end": { - "line": 115, - "column": 38 - } - }, - "24": { - "start": { - "line": 117, - "column": 2 - }, - "end": { - "line": 117, - "column": 63 - } - }, - "25": { - "start": { - "line": 118, - "column": 2 - }, - "end": { - "line": 123, - "column": 30 - } - }, - "26": { - "start": { - "line": 119, - "column": 24 - }, - "end": { - "line": 119, - "column": 96 - } - }, - "27": { - "start": { - "line": 119, - "column": 45 - }, - "end": { - "line": 119, - "column": 95 - } - }, - "28": { - "start": { - "line": 120, - "column": 4 - }, - "end": { - "line": 122, - "column": 5 - } - }, - "29": { - "start": { - "line": 121, - "column": 6 - }, - "end": { - "line": 121, - "column": 69 - } - }, - "30": { - "start": { - "line": 125, - "column": 2 - }, - "end": { - "line": 128, - "column": 35 - } - }, - "31": { - "start": { - "line": 126, - "column": 21 - }, - "end": { - "line": 126, - "column": 33 - } - }, - "32": { - "start": { - "line": 127, - "column": 4 - }, - "end": { - "line": 127, - "column": 38 - } - }, - "33": { - "start": { - "line": 127, - "column": 14 - }, - "end": { - "line": 127, - "column": 38 - } - }, - "34": { - "start": { - "line": 130, - "column": 2 - }, - "end": { - "line": 186, - "column": 4 - } - }, - "35": { - "start": { - "line": 146, - "column": 16 - }, - "end": { - "line": 146, - "column": 91 - } - }, - "36": { - "start": { - "line": 176, - "column": 16 - }, - "end": { - "line": 176, - "column": 90 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 58, - "column": 29 - }, - "end": { - "line": 58, - "column": 30 - } - }, - "loc": { - "start": { - "line": 58, - "column": 67 - }, - "end": { - "line": 100, - "column": 1 - } - }, - "line": 58 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 95, - "column": 26 - }, - "end": { - "line": 95, - "column": 27 - } - }, - "loc": { - "start": { - "line": 96, - "column": 10 - }, - "end": { - "line": 96, - "column": 77 - } - }, - "line": 96 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 102, - "column": 25 - }, - "end": { - "line": 102, - "column": 26 - } - }, - "loc": { - "start": { - "line": 102, - "column": 71 - }, - "end": { - "line": 187, - "column": 1 - } - }, - "line": 102 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 105, - "column": 34 - }, - "end": { - "line": 105, - "column": 35 - } - }, - "loc": { - "start": { - "line": 105, - "column": 45 - }, - "end": { - "line": 105, - "column": 58 - } - }, - "line": 105 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 106, - "column": 41 - }, - "end": { - "line": 106, - "column": 42 - } - }, - "loc": { - "start": { - "line": 106, - "column": 52 - }, - "end": { - "line": 106, - "column": 72 - } - }, - "line": 106 - }, - "5": { - "name": "(anonymous_5)", - "decl": { - "start": { - "line": 107, - "column": 43 - }, - "end": { - "line": 107, - "column": 44 - } - }, - "loc": { - "start": { - "line": 107, - "column": 54 - }, - "end": { - "line": 107, - "column": 75 - } - }, - "line": 107 - }, - "6": { - "name": "(anonymous_6)", - "decl": { - "start": { - "line": 108, - "column": 40 - }, - "end": { - "line": 108, - "column": 41 - } - }, - "loc": { - "start": { - "line": 108, - "column": 51 - }, - "end": { - "line": 108, - "column": 69 - } - }, - "line": 108 - }, - "7": { - "name": "(anonymous_7)", - "decl": { - "start": { - "line": 109, - "column": 36 - }, - "end": { - "line": 109, - "column": 37 - } - }, - "loc": { - "start": { - "line": 109, - "column": 47 - }, - "end": { - "line": 109, - "column": 61 - } - }, - "line": 109 - }, - "8": { - "name": "(anonymous_8)", - "decl": { - "start": { - "line": 118, - "column": 12 - }, - "end": { - "line": 118, - "column": 13 - } - }, - "loc": { - "start": { - "line": 118, - "column": 18 - }, - "end": { - "line": 123, - "column": 3 - } - }, - "line": 118 - }, - "9": { - "name": "(anonymous_9)", - "decl": { - "start": { - "line": 119, - "column": 38 - }, - "end": { - "line": 119, - "column": 39 - } - }, - "loc": { - "start": { - "line": 119, - "column": 45 - }, - "end": { - "line": 119, - "column": 95 - } - }, - "line": 119 - }, - "10": { - "name": "(anonymous_10)", - "decl": { - "start": { - "line": 125, - "column": 12 - }, - "end": { - "line": 125, - "column": 13 - } - }, - "loc": { - "start": { - "line": 125, - "column": 18 - }, - "end": { - "line": 128, - "column": 3 - } - }, - "line": 125 - }, - "11": { - "name": "(anonymous_11)", - "decl": { - "start": { - "line": 145, - "column": 23 - }, - "end": { - "line": 145, - "column": 24 - } - }, - "loc": { - "start": { - "line": 145, - "column": 29 - }, - "end": { - "line": 147, - "column": 15 - } - }, - "line": 145 - }, - "12": { - "name": "(anonymous_12)", - "decl": { - "start": { - "line": 175, - "column": 23 - }, - "end": { - "line": 175, - "column": 24 - } - }, - "loc": { - "start": { - "line": 175, - "column": 29 - }, - "end": { - "line": 177, - "column": 15 - } - }, - "line": 175 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 64, - "column": 20 - }, - "end": { - "line": 64, - "column": 68 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 64, - "column": 20 - }, - "end": { - "line": 64, - "column": 50 - } - }, - { - "start": { - "line": 64, - "column": 54 - }, - "end": { - "line": 64, - "column": 68 - } - } - ], - "line": 64 - }, - "1": { - "loc": { - "start": { - "line": 65, - "column": 20 - }, - "end": { - "line": 65, - "column": 77 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 65, - "column": 20 - }, - "end": { - "line": 65, - "column": 53 - } - }, - { - "start": { - "line": 65, - "column": 57 - }, - "end": { - "line": 65, - "column": 77 - } - } - ], - "line": 65 - }, - "2": { - "loc": { - "start": { - "line": 66, - "column": 14 - }, - "end": { - "line": 66, - "column": 81 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 66, - "column": 14 - }, - "end": { - "line": 66, - "column": 50 - } - }, - { - "start": { - "line": 66, - "column": 54 - }, - "end": { - "line": 66, - "column": 81 - } - } - ], - "line": 66 - }, - "3": { - "loc": { - "start": { - "line": 94, - "column": 7 - }, - "end": { - "line": 97, - "column": 10 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 94, - "column": 7 - }, - "end": { - "line": 94, - "column": 32 - } - }, - { - "start": { - "line": 95, - "column": 8 - }, - "end": { - "line": 97, - "column": 10 - } - } - ], - "line": 94 - }, - "4": { - "loc": { - "start": { - "line": 120, - "column": 4 - }, - "end": { - "line": 122, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 120, - "column": 4 - }, - "end": { - "line": 122, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 120 - }, - "5": { - "loc": { - "start": { - "line": 127, - "column": 4 - }, - "end": { - "line": 127, - "column": 38 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 127, - "column": 4 - }, - "end": { - "line": 127, - "column": 38 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 127 - }, - "6": { - "loc": { - "start": { - "line": 133, - "column": 9 - }, - "end": { - "line": 153, - "column": 9 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 133, - "column": 9 - }, - "end": { - "line": 133, - "column": 15 - } - }, - { - "start": { - "line": 134, - "column": 10 - }, - "end": { - "line": 152, - "column": 13 - } - } - ], - "line": 133 - }, - "7": { - "loc": { - "start": { - "line": 154, - "column": 9 - }, - "end": { - "line": 162, - "column": 9 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 154, - "column": 9 - }, - "end": { - "line": 154, - "column": 16 - } - }, - { - "start": { - "line": 154, - "column": 21 - }, - "end": { - "line": 154, - "column": 39 - } - }, - { - "start": { - "line": 154, - "column": 43 - }, - "end": { - "line": 154, - "column": 52 - } - }, - { - "start": { - "line": 155, - "column": 10 - }, - "end": { - "line": 161, - "column": 13 - } - } - ], - "line": 154 - }, - "8": { - "loc": { - "start": { - "line": 163, - "column": 9 - }, - "end": { - "line": 183, - "column": 9 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 163, - "column": 9 - }, - "end": { - "line": 163, - "column": 16 - } - }, - { - "start": { - "line": 163, - "column": 20 - }, - "end": { - "line": 163, - "column": 39 - } - }, - { - "start": { - "line": 163, - "column": 43 - }, - "end": { - "line": 163, - "column": 53 - } - }, - { - "start": { - "line": 164, - "column": 10 - }, - "end": { - "line": 182, - "column": 13 - } - } - ], - "line": 163 - } - }, - "s": { - "0": 2, - "1": 2, - "2": 2, - "3": 0, - "4": 0, - "5": 0, - "6": 0, - "7": 0, - "8": 2, - "9": 0, - "10": 0, - "11": 0, - "12": 0, - "13": 0, - "14": 0, - "15": 0, - "16": 0, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0, - "22": 0, - "23": 0, - "24": 0, - "25": 0, - "26": 0, - "27": 0, - "28": 0, - "29": 0, - "30": 0, - "31": 0, - "32": 0, - "33": 0, - "34": 0, - "35": 0, - "36": 0 - }, - "f": { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "4": 0, - "5": 0, - "6": 0, - "7": 0, - "8": 0, - "9": 0, - "10": 0, - "11": 0, - "12": 0 - }, - "b": { - "0": [0, 0], - "1": [0, 0], - "2": [0, 0], - "3": [0, 0], - "4": [0, 0], - "5": [0, 0], - "6": [0, 0], - "7": [0, 0, 0, 0], - "8": [0, 0, 0, 0] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "15d072ebe2e87b0024eb197283825847d1a68e60" - }, - "/Users/alberto/Repositories/bloom-frontend/components/common/LoadingContainer.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/common/LoadingContainer.tsx", - "statementMap": { - "0": { - "start": { - "line": 3, - "column": 31 - }, - "end": { - "line": 8, - "column": 10 - } - }, - "1": { - "start": { - "line": 10, - "column": 25 - }, - "end": { - "line": 16, - "column": 1 - } - }, - "2": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 15, - "column": 4 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 10, - "column": 25 - }, - "end": { - "line": 10, - "column": 26 - } - }, - "loc": { - "start": { - "line": 10, - "column": 31 - }, - "end": { - "line": 16, - "column": 1 - } - }, - "line": 10 - } - }, - "branchMap": {}, - "s": { - "0": 2, - "1": 2, - "2": 12 - }, - "f": { - "0": 12 - }, - "b": {}, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "9fdae0a1725f79ba49b8dffb6eaea8b55cf7e897" - }, - "/Users/alberto/Repositories/bloom-frontend/pages/_app.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/pages/_app.tsx", - "statementMap": { - "0": { - "start": { - "line": 32, - "column": 31 - }, - "end": { - "line": 32, - "column": 51 - } - }, - "1": { - "start": { - "line": 34, - "column": 0 - }, - "end": { - "line": 34, - "column": 9 - } - }, - "2": { - "start": { - "line": 36, - "column": 0 - }, - "end": { - "line": 36, - "column": 10 - } - }, - "3": { - "start": { - "line": 51, - "column": 6 - }, - "end": { - "line": 51, - "column": 11 - } - }, - "4": { - "start": { - "line": 53, - "column": 17 - }, - "end": { - "line": 53, - "column": 28 - } - }, - "5": { - "start": { - "line": 56, - "column": 19 - }, - "end": { - "line": 56, - "column": 48 - } - }, - "6": { - "start": { - "line": 58, - "column": 2 - }, - "end": { - "line": 71, - "column": 9 - } - }, - "7": { - "start": { - "line": 61, - "column": 17 - }, - "end": { - "line": 61, - "column": 30 - } - }, - "8": { - "start": { - "line": 63, - "column": 4 - }, - "end": { - "line": 69, - "column": 5 - } - }, - "9": { - "start": { - "line": 64, - "column": 30 - }, - "end": { - "line": 64, - "column": 62 - } - }, - "10": { - "start": { - "line": 66, - "column": 6 - }, - "end": { - "line": 68, - "column": 7 - } - }, - "11": { - "start": { - "line": 67, - "column": 8 - }, - "end": { - "line": 67, - "column": 72 - } - }, - "12": { - "start": { - "line": 73, - "column": 2 - }, - "end": { - "line": 101, - "column": 4 - } - }, - "13": { - "start": { - "line": 105, - "column": 27 - }, - "end": { - "line": 105, - "column": 56 - } - }, - "14": { - "start": { - "line": 106, - "column": 2 - }, - "end": { - "line": 113, - "column": 9 - } - }, - "15": { - "start": { - "line": 107, - "column": 4 - }, - "end": { - "line": 111, - "column": 5 - } - }, - "16": { - "start": { - "line": 108, - "column": 6 - }, - "end": { - "line": 110, - "column": 7 - } - }, - "17": { - "start": { - "line": 109, - "column": 8 - }, - "end": { - "line": 109, - "column": 38 - } - }, - "18": { - "start": { - "line": 115, - "column": 2 - }, - "end": { - "line": 119, - "column": 4 - } - } - }, - "fnMap": { - "0": { - "name": "MyApp", - "decl": { - "start": { - "line": 42, - "column": 9 - }, - "end": { - "line": 42, - "column": 14 - } - }, - "loc": { - "start": { - "line": 42, - "column": 34 - }, - "end": { - "line": 102, - "column": 1 - } - }, - "line": 42 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 58, - "column": 12 - }, - "end": { - "line": 58, - "column": 13 - } - }, - "loc": { - "start": { - "line": 58, - "column": 18 - }, - "end": { - "line": 71, - "column": 3 - } - }, - "line": 58 - }, - "2": { - "name": "AppReduxWrapper", - "decl": { - "start": { - "line": 104, - "column": 9 - }, - "end": { - "line": 104, - "column": 24 - } - }, - "loc": { - "start": { - "line": 104, - "column": 61 - }, - "end": { - "line": 120, - "column": 1 - } - }, - "line": 104 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 106, - "column": 12 - }, - "end": { - "line": 106, - "column": 13 - } - }, - "loc": { - "start": { - "line": 106, - "column": 18 - }, - "end": { - "line": 113, - "column": 3 - } - }, - "line": 106 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 45, - "column": 4 - }, - "end": { - "line": 45, - "column": 41 - } - }, - "type": "default-arg", - "locations": [ - { - "start": { - "line": 45, - "column": 19 - }, - "end": { - "line": 45, - "column": 41 - } - } - ], - "line": 45 - }, - "1": { - "loc": { - "start": { - "line": 63, - "column": 4 - }, - "end": { - "line": 69, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 63, - "column": 4 - }, - "end": { - "line": 69, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 63 - }, - "2": { - "loc": { - "start": { - "line": 66, - "column": 6 - }, - "end": { - "line": 68, - "column": 7 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 66, - "column": 6 - }, - "end": { - "line": 68, - "column": 7 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 66 - }, - "3": { - "loc": { - "start": { - "line": 87, - "column": 11 - }, - "end": { - "line": 87, - "column": 62 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 87, - "column": 11 - }, - "end": { - "line": 87, - "column": 39 - } - }, - { - "start": { - "line": 87, - "column": 43 - }, - "end": { - "line": 87, - "column": 62 - } - } - ], - "line": 87 - }, - "4": { - "loc": { - "start": { - "line": 93, - "column": 11 - }, - "end": { - "line": 95, - "column": 11 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 93, - "column": 11 - }, - "end": { - "line": 93, - "column": 46 - } - }, - { - "start": { - "line": 93, - "column": 50 - }, - "end": { - "line": 93, - "column": 89 - } - }, - { - "start": { - "line": 94, - "column": 12 - }, - "end": { - "line": 94, - "column": 90 - } - } - ], - "line": 93 - }, - "5": { - "loc": { - "start": { - "line": 107, - "column": 4 - }, - "end": { - "line": 111, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 107, - "column": 4 - }, - "end": { - "line": 111, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 107 - }, - "6": { - "loc": { - "start": { - "line": 108, - "column": 6 - }, - "end": { - "line": 110, - "column": 7 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 108, - "column": 6 - }, - "end": { - "line": 110, - "column": 7 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 108 - } - }, - "s": { - "0": 2, - "1": 2, - "2": 2, - "3": 11, - "4": 10, - "5": 10, - "6": 10, - "7": 4, - "8": 4, - "9": 0, - "10": 0, - "11": 0, - "12": 10, - "13": 10, - "14": 10, - "15": 4, - "16": 4, - "17": 4, - "18": 10 - }, - "f": { - "0": 11, - "1": 4, - "2": 10, - "3": 4 - }, - "b": { - "0": [10], - "1": [0, 4], - "2": [0, 0], - "3": [10, 10], - "4": [10, 0, 0], - "5": [4, 0], - "6": [4, 0] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "3db54de6be77a62be2608e2f88575165b06e14b6" - }, - "/Users/alberto/Repositories/bloom-frontend/components/common/NoDataAvailable.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/common/NoDataAvailable.tsx", - "statementMap": { - "0": { - "start": { - "line": 4, - "column": 24 - }, - "end": { - "line": 12, - "column": 1 - } - }, - "1": { - "start": { - "line": 5, - "column": 12 - }, - "end": { - "line": 5, - "column": 53 - } - }, - "2": { - "start": { - "line": 7, - "column": 2 - }, - "end": { - "line": 11, - "column": 4 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 4, - "column": 24 - }, - "end": { - "line": 4, - "column": 25 - } - }, - "loc": { - "start": { - "line": 4, - "column": 30 - }, - "end": { - "line": 12, - "column": 1 - } - }, - "line": 4 - } - }, - "branchMap": {}, - "s": { - "0": 1, - "1": 0, - "2": 0 - }, - "f": { - "0": 0 - }, - "b": {}, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "e52c5e5ea3b62c297d01220de10ce6e7d9a82353" - }, - "/Users/alberto/Repositories/bloom-frontend/components/layout/HomeHeader.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/layout/HomeHeader.tsx", - "statementMap": { - "0": { - "start": { - "line": 29, - "column": 30 - }, - "end": { - "line": 36, - "column": 1 - } - }, - "1": { - "start": { - "line": 38, - "column": 26 - }, - "end": { - "line": 40, - "column": 10 - } - }, - "2": { - "start": { - "line": 42, - "column": 28 - }, - "end": { - "line": 48, - "column": 10 - } - }, - "3": { - "start": { - "line": 50, - "column": 27 - }, - "end": { - "line": 57, - "column": 10 - } - }, - "4": { - "start": { - "line": 59, - "column": 25 - }, - "end": { - "line": 61, - "column": 10 - } - }, - "5": { - "start": { - "line": 63, - "column": 15 - }, - "end": { - "line": 98, - "column": 1 - } - }, - "6": { - "start": { - "line": 64, - "column": 89 - }, - "end": { - "line": 64, - "column": 94 - } - }, - "7": { - "start": { - "line": 66, - "column": 13 - }, - "end": { - "line": 66, - "column": 38 - } - }, - "8": { - "start": { - "line": 67, - "column": 23 - }, - "end": { - "line": 71, - "column": 10 - } - }, - "9": { - "start": { - "line": 73, - "column": 2 - }, - "end": { - "line": 97, - "column": 4 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 63, - "column": 15 - }, - "end": { - "line": 63, - "column": 16 - } - }, - "loc": { - "start": { - "line": 63, - "column": 39 - }, - "end": { - "line": 98, - "column": 1 - } - }, - "line": 63 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 67, - "column": 23 - }, - "end": { - "line": 71, - "column": 10 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 68, - "column": 6 - }, - "end": { - "line": 68, - "column": 24 - } - }, - { - "start": { - "line": 69, - "column": 6 - }, - "end": { - "line": 71, - "column": 10 - } - } - ], - "line": 67 - }, - "1": { - "loc": { - "start": { - "line": 69, - "column": 6 - }, - "end": { - "line": 71, - "column": 10 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 70, - "column": 8 - }, - "end": { - "line": 70, - "column": 29 - } - }, - { - "start": { - "line": 71, - "column": 8 - }, - "end": { - "line": 71, - "column": 10 - } - } - ], - "line": 69 - }, - "2": { - "loc": { - "start": { - "line": 83, - "column": 9 - }, - "end": { - "line": 83, - "column": 55 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 83, - "column": 9 - }, - "end": { - "line": 83, - "column": 12 - } - }, - { - "start": { - "line": 83, - "column": 16 - }, - "end": { - "line": 83, - "column": 55 - } - } - ], - "line": 83 - } - }, - "s": { - "0": 1, - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 6, - "7": 6, - "8": 6, - "9": 6 - }, - "f": { - "0": 6 - }, - "b": { - "0": [0, 6], - "1": [6, 0], - "2": [6, 6] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "5ae72a7c03f563d19d6710493830bbce8451c20f" - }, - "/Users/alberto/Repositories/bloom-frontend/pages/index.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/pages/index.tsx", - "statementMap": { - "0": { - "start": { - "line": 22, - "column": 31 - }, - "end": { - "line": 79, - "column": 1 - } - }, - "1": { - "start": { - "line": 23, - "column": 2 - }, - "end": { - "line": 23, - "column": 35 - } - }, - "2": { - "start": { - "line": 25, - "column": 12 - }, - "end": { - "line": 25, - "column": 38 - } - }, - "3": { - "start": { - "line": 27, - "column": 24 - }, - "end": { - "line": 27, - "column": 73 - } - }, - "4": { - "start": { - "line": 27, - "column": 52 - }, - "end": { - "line": 27, - "column": 72 - } - }, - "5": { - "start": { - "line": 28, - "column": 26 - }, - "end": { - "line": 28, - "column": 76 - } - }, - "6": { - "start": { - "line": 28, - "column": 54 - }, - "end": { - "line": 28, - "column": 75 - } - }, - "7": { - "start": { - "line": 29, - "column": 23 - }, - "end": { - "line": 29, - "column": 70 - } - }, - "8": { - "start": { - "line": 29, - "column": 51 - }, - "end": { - "line": 29, - "column": 69 - } - }, - "9": { - "start": { - "line": 30, - "column": 24 - }, - "end": { - "line": 30, - "column": 86 - } - }, - "10": { - "start": { - "line": 31, - "column": 42 - }, - "end": { - "line": 31, - "column": 68 - } - }, - "11": { - "start": { - "line": 33, - "column": 2 - }, - "end": { - "line": 39, - "column": 9 - } - }, - "12": { - "start": { - "line": 34, - "column": 28 - }, - "end": { - "line": 34, - "column": 74 - } - }, - "13": { - "start": { - "line": 36, - "column": 4 - }, - "end": { - "line": 38, - "column": 5 - } - }, - "14": { - "start": { - "line": 37, - "column": 6 - }, - "end": { - "line": 37, - "column": 67 - } - }, - "15": { - "start": { - "line": 41, - "column": 2 - }, - "end": { - "line": 43, - "column": 3 - } - }, - "16": { - "start": { - "line": 42, - "column": 4 - }, - "end": { - "line": 42, - "column": 31 - } - }, - "17": { - "start": { - "line": 45, - "column": 2 - }, - "end": { - "line": 78, - "column": 4 - } - }, - "18": { - "start": { - "line": 64, - "column": 14 - }, - "end": { - "line": 64, - "column": 65 - } - }, - "19": { - "start": { - "line": 75, - "column": 10 - }, - "end": { - "line": 75, - "column": 77 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 22, - "column": 31 - }, - "end": { - "line": 22, - "column": 32 - } - }, - "loc": { - "start": { - "line": 22, - "column": 55 - }, - "end": { - "line": 79, - "column": 1 - } - }, - "line": 22 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 27, - "column": 41 - }, - "end": { - "line": 27, - "column": 42 - } - }, - "loc": { - "start": { - "line": 27, - "column": 52 - }, - "end": { - "line": 27, - "column": 72 - } - }, - "line": 27 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 28, - "column": 43 - }, - "end": { - "line": 28, - "column": 44 - } - }, - "loc": { - "start": { - "line": 28, - "column": 54 - }, - "end": { - "line": 28, - "column": 75 - } - }, - "line": 28 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 29, - "column": 40 - }, - "end": { - "line": 29, - "column": 41 - } - }, - "loc": { - "start": { - "line": 29, - "column": 51 - }, - "end": { - "line": 29, - "column": 69 - } - }, - "line": 29 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 33, - "column": 12 - }, - "end": { - "line": 33, - "column": 13 - } - }, - "loc": { - "start": { - "line": 33, - "column": 18 - }, - "end": { - "line": 39, - "column": 3 - } - }, - "line": 33 - }, - "5": { - "name": "(anonymous_5)", - "decl": { - "start": { - "line": 63, - "column": 21 - }, - "end": { - "line": 63, - "column": 22 - } - }, - "loc": { - "start": { - "line": 63, - "column": 27 - }, - "end": { - "line": 65, - "column": 13 - } - }, - "line": 63 - }, - "6": { - "name": "(anonymous_6)", - "decl": { - "start": { - "line": 74, - "column": 40 - }, - "end": { - "line": 74, - "column": 41 - } - }, - "loc": { - "start": { - "line": 75, - "column": 10 - }, - "end": { - "line": 75, - "column": 77 - } - }, - "line": 75 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 36, - "column": 4 - }, - "end": { - "line": 38, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 36, - "column": 4 - }, - "end": { - "line": 38, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 36 - }, - "1": { - "loc": { - "start": { - "line": 41, - "column": 2 - }, - "end": { - "line": 43, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 41, - "column": 2 - }, - "end": { - "line": 43, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 41 - }, - "2": { - "loc": { - "start": { - "line": 73, - "column": 7 - }, - "end": { - "line": 76, - "column": 10 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 73, - "column": 7 - }, - "end": { - "line": 73, - "column": 46 - } - }, - { - "start": { - "line": 74, - "column": 8 - }, - "end": { - "line": 76, - "column": 10 - } - } - ], - "line": 73 - } - }, - "s": { - "0": 1, - "1": 8, - "2": 8, - "3": 8, - "4": 12, - "5": 8, - "6": 12, - "7": 8, - "8": 12, - "9": 8, - "10": 8, - "11": 8, - "12": 2, - "13": 2, - "14": 0, - "15": 8, - "16": 0, - "17": 8, - "18": 0, - "19": 40 - }, - "f": { - "0": 8, - "1": 12, - "2": 12, - "3": 12, - "4": 2, - "5": 0, - "6": 40 - }, - "b": { - "0": [0, 2], - "1": [0, 8], - "2": [8, 8] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "7b40fa753c53c67059995017a7293cf979f41947" - }, - "/Users/alberto/Repositories/bloom-frontend/components/forms/ConfirmDialog.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/forms/ConfirmDialog.tsx", - "statementMap": { - "0": { - "start": { - "line": 23, - "column": 22 - }, - "end": { - "line": 25, - "column": 3 - } - }, - "1": { - "start": { - "line": 23, - "column": 50 - }, - "end": { - "line": 25, - "column": 3 - } - }, - "2": { - "start": { - "line": 24, - "column": 4 - }, - "end": { - "line": 24, - "column": 29 - } - }, - "3": { - "start": { - "line": 27, - "column": 2 - }, - "end": { - "line": 49, - "column": 4 - } - } - }, - "fnMap": { - "0": { - "name": "ConfirmDialog", - "decl": { - "start": { - "line": 8, - "column": 24 - }, - "end": { - "line": 8, - "column": 37 - } - }, - "loc": { - "start": { - "line": 22, - "column": 3 - }, - "end": { - "line": 50, - "column": 1 - } - }, - "line": 22 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 23, - "column": 22 - }, - "end": { - "line": 23, - "column": 23 - } - }, - "loc": { - "start": { - "line": 23, - "column": 50 - }, - "end": { - "line": 25, - "column": 3 - } - }, - "line": 23 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 23, - "column": 50 - }, - "end": { - "line": 23, - "column": 51 - } - }, - "loc": { - "start": { - "line": 23, - "column": 56 - }, - "end": { - "line": 25, - "column": 3 - } - }, - "line": 23 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 36, - "column": 9 - }, - "end": { - "line": 40, - "column": 9 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 36, - "column": 9 - }, - "end": { - "line": 36, - "column": 13 - } - }, - { - "start": { - "line": 37, - "column": 10 - }, - "end": { - "line": 39, - "column": 26 - } - } - ], - "line": 36 - } - }, - "s": { - "0": 6, - "1": 18, - "2": 0, - "3": 6 - }, - "f": { - "0": 6, - "1": 18, - "2": 0 - }, - "b": { - "0": [6, 2] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "6a60fea45e32b45872e2718e6b91a15b8ee6f9a1" - }, - "/Users/alberto/Repositories/bloom-frontend/components/cards/AccountActionsCard.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/cards/AccountActionsCard.tsx", - "statementMap": { - "0": { - "start": { - "line": 11, - "column": 18 - }, - "end": { - "line": 14, - "column": 10 - } - }, - "1": { - "start": { - "line": 16, - "column": 27 - }, - "end": { - "line": 119, - "column": 1 - } - }, - "2": { - "start": { - "line": 17, - "column": 12 - }, - "end": { - "line": 17, - "column": 54 - } - }, - "3": { - "start": { - "line": 18, - "column": 13 - }, - "end": { - "line": 18, - "column": 38 - } - }, - "4": { - "start": { - "line": 19, - "column": 17 - }, - "end": { - "line": 19, - "column": 28 - } - }, - "5": { - "start": { - "line": 20, - "column": 38 - }, - "end": { - "line": 20, - "column": 61 - } - }, - "6": { - "start": { - "line": 21, - "column": 28 - }, - "end": { - "line": 21, - "column": 52 - } - }, - "7": { - "start": { - "line": 24, - "column": 4 - }, - "end": { - "line": 24, - "column": 28 - } - }, - "8": { - "start": { - "line": 26, - "column": 4 - }, - "end": { - "line": 26, - "column": 28 - } - }, - "9": { - "start": { - "line": 28, - "column": 38 - }, - "end": { - "line": 34, - "column": 3 - } - }, - "10": { - "start": { - "line": 29, - "column": 4 - }, - "end": { - "line": 33, - "column": 5 - } - }, - "11": { - "start": { - "line": 30, - "column": 6 - }, - "end": { - "line": 30, - "column": 42 - } - }, - "12": { - "start": { - "line": 32, - "column": 6 - }, - "end": { - "line": 32, - "column": 50 - } - }, - "13": { - "start": { - "line": 36, - "column": 38 - }, - "end": { - "line": 57, - "column": 3 - } - }, - "14": { - "start": { - "line": 37, - "column": 4 - }, - "end": { - "line": 56, - "column": 5 - } - }, - "15": { - "start": { - "line": 38, - "column": 23 - }, - "end": { - "line": 38, - "column": 43 - } - }, - "16": { - "start": { - "line": 40, - "column": 6 - }, - "end": { - "line": 52, - "column": 7 - } - }, - "17": { - "start": { - "line": 41, - "column": 8 - }, - "end": { - "line": 41, - "column": 28 - } - }, - "18": { - "start": { - "line": 42, - "column": 8 - }, - "end": { - "line": 45, - "column": 11 - } - }, - "19": { - "start": { - "line": 43, - "column": 23 - }, - "end": { - "line": 43, - "column": 32 - } - }, - "20": { - "start": { - "line": 44, - "column": 10 - }, - "end": { - "line": 44, - "column": 24 - } - }, - "21": { - "start": { - "line": 47, - "column": 8 - }, - "end": { - "line": 51, - "column": 10 - } - }, - "22": { - "start": { - "line": 49, - "column": 32 - }, - "end": { - "line": 49, - "column": 85 - } - }, - "23": { - "start": { - "line": 53, - "column": 6 - }, - "end": { - "line": 53, - "column": 50 - } - }, - "24": { - "start": { - "line": 55, - "column": 6 - }, - "end": { - "line": 55, - "column": 50 - } - }, - "25": { - "start": { - "line": 59, - "column": 2 - }, - "end": { - "line": 118, - "column": 4 - } - }, - "26": { - "start": { - "line": 77, - "column": 14 - }, - "end": { - "line": 77, - "column": 57 - } - }, - "27": { - "start": { - "line": 95, - "column": 14 - }, - "end": { - "line": 95, - "column": 57 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 16, - "column": 27 - }, - "end": { - "line": 16, - "column": 28 - } - }, - "loc": { - "start": { - "line": 16, - "column": 33 - }, - "end": { - "line": 119, - "column": 1 - } - }, - "line": 16 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 28, - "column": 38 - }, - "end": { - "line": 28, - "column": 39 - } - }, - "loc": { - "start": { - "line": 28, - "column": 62 - }, - "end": { - "line": 34, - "column": 3 - } - }, - "line": 28 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 36, - "column": 38 - }, - "end": { - "line": 36, - "column": 39 - } - }, - "loc": { - "start": { - "line": 36, - "column": 68 - }, - "end": { - "line": 57, - "column": 3 - } - }, - "line": 36 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 42, - "column": 30 - }, - "end": { - "line": 42, - "column": 31 - } - }, - "loc": { - "start": { - "line": 42, - "column": 36 - }, - "end": { - "line": 45, - "column": 9 - } - }, - "line": 42 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 49, - "column": 18 - }, - "end": { - "line": 49, - "column": 19 - } - }, - "loc": { - "start": { - "line": 49, - "column": 32 - }, - "end": { - "line": 49, - "column": 85 - } - }, - "line": 49 - }, - "5": { - "name": "(anonymous_5)", - "decl": { - "start": { - "line": 76, - "column": 21 - }, - "end": { - "line": 76, - "column": 22 - } - }, - "loc": { - "start": { - "line": 76, - "column": 27 - }, - "end": { - "line": 78, - "column": 13 - } - }, - "line": 76 - }, - "6": { - "name": "(anonymous_6)", - "decl": { - "start": { - "line": 94, - "column": 21 - }, - "end": { - "line": 94, - "column": 22 - } - }, - "loc": { - "start": { - "line": 94, - "column": 27 - }, - "end": { - "line": 96, - "column": 13 - } - }, - "line": 94 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 29, - "column": 4 - }, - "end": { - "line": 33, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 29, - "column": 4 - }, - "end": { - "line": 33, - "column": 5 - } - }, - { - "start": { - "line": 31, - "column": 11 - }, - "end": { - "line": 33, - "column": 5 - } - } - ], - "line": 29 - }, - "1": { - "loc": { - "start": { - "line": 37, - "column": 4 - }, - "end": { - "line": 56, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 37, - "column": 4 - }, - "end": { - "line": 56, - "column": 5 - } - }, - { - "start": { - "line": 54, - "column": 11 - }, - "end": { - "line": 56, - "column": 5 - } - } - ], - "line": 37 - }, - "2": { - "loc": { - "start": { - "line": 40, - "column": 6 - }, - "end": { - "line": 52, - "column": 7 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 40, - "column": 6 - }, - "end": { - "line": 52, - "column": 7 - } - }, - { - "start": { - "line": 46, - "column": 13 - }, - "end": { - "line": 52, - "column": 7 - } - } - ], - "line": 40 - }, - "3": { - "loc": { - "start": { - "line": 67, - "column": 11 - }, - "end": { - "line": 67, - "column": 71 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 67, - "column": 11 - }, - "end": { - "line": 67, - "column": 16 - } - }, - { - "start": { - "line": 67, - "column": 20 - }, - "end": { - "line": 67, - "column": 71 - } - } - ], - "line": 67 - } - }, - "s": { - "0": 1, - "1": 1, - "2": 2, - "3": 2, - "4": 2, - "5": 2, - "6": 2, - "7": 2, - "8": 2, - "9": 2, - "10": 0, - "11": 0, - "12": 0, - "13": 2, - "14": 0, - "15": 0, - "16": 0, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0, - "22": 0, - "23": 0, - "24": 0, - "25": 2, - "26": 0, - "27": 0 - }, - "f": { - "0": 2, - "1": 0, - "2": 0, - "3": 0, - "4": 0, - "5": 0, - "6": 0 - }, - "b": { - "0": [0, 0], - "1": [0, 0], - "2": [0, 0], - "3": [2, 0] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "37baed33f32e6694a8a3f60f29d7178832eb3e26" - }, - "/Users/alberto/Repositories/bloom-frontend/components/forms/EmailRemindersSettingsForm.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/forms/EmailRemindersSettingsForm.tsx", - "statementMap": { - "0": { - "start": { - "line": 3, - "column": 23 - }, - "end": { - "line": 5, - "column": 10 - } - }, - "1": { - "start": { - "line": 35, - "column": 24 - }, - "end": { - "line": 45, - "column": 10 - } - }, - "2": { - "start": { - "line": 52, - "column": 49 - }, - "end": { - "line": 93, - "column": 1 - } - }, - "3": { - "start": { - "line": 55, - "column": 46 - }, - "end": { - "line": 55, - "column": 51 - } - }, - "4": { - "start": { - "line": 57, - "column": 34 - }, - "end": { - "line": 57, - "column": 97 - } - }, - "5": { - "start": { - "line": 57, - "column": 62 - }, - "end": { - "line": 57, - "column": 96 - } - }, - "6": { - "start": { - "line": 58, - "column": 12 - }, - "end": { - "line": 58, - "column": 77 - } - }, - "7": { - "start": { - "line": 60, - "column": 2 - }, - "end": { - "line": 92, - "column": 4 - } - }, - "8": { - "start": { - "line": 67, - "column": 25 - }, - "end": { - "line": 67, - "column": 86 - } - }, - "9": { - "start": { - "line": 95, - "column": 35 - }, - "end": { - "line": 187, - "column": 1 - } - }, - "10": { - "start": { - "line": 96, - "column": 38 - }, - "end": { - "line": 96, - "column": 61 - } - }, - "11": { - "start": { - "line": 97, - "column": 28 - }, - "end": { - "line": 97, - "column": 52 - } - }, - "12": { - "start": { - "line": 98, - "column": 36 - }, - "end": { - "line": 98, - "column": 60 - } - }, - "13": { - "start": { - "line": 99, - "column": 44 - }, - "end": { - "line": 99, - "column": 81 - } - }, - "14": { - "start": { - "line": 101, - "column": 24 - }, - "end": { - "line": 101, - "column": 73 - } - }, - "15": { - "start": { - "line": 101, - "column": 52 - }, - "end": { - "line": 101, - "column": 72 - } - }, - "16": { - "start": { - "line": 102, - "column": 26 - }, - "end": { - "line": 102, - "column": 76 - } - }, - "17": { - "start": { - "line": 102, - "column": 54 - }, - "end": { - "line": 102, - "column": 75 - } - }, - "18": { - "start": { - "line": 103, - "column": 23 - }, - "end": { - "line": 103, - "column": 70 - } - }, - "19": { - "start": { - "line": 103, - "column": 51 - }, - "end": { - "line": 103, - "column": 69 - } - }, - "20": { - "start": { - "line": 104, - "column": 24 - }, - "end": { - "line": 104, - "column": 86 - } - }, - "21": { - "start": { - "line": 106, - "column": 17 - }, - "end": { - "line": 106, - "column": 28 - } - }, - "22": { - "start": { - "line": 107, - "column": 12 - }, - "end": { - "line": 107, - "column": 77 - } - }, - "23": { - "start": { - "line": 108, - "column": 13 - }, - "end": { - "line": 108, - "column": 38 - } - }, - "24": { - "start": { - "line": 110, - "column": 2 - }, - "end": { - "line": 120, - "column": 40 - } - }, - "25": { - "start": { - "line": 112, - "column": 4 - }, - "end": { - "line": 119, - "column": 5 - } - }, - "26": { - "start": { - "line": 113, - "column": 6 - }, - "end": { - "line": 115, - "column": 7 - } - }, - "27": { - "start": { - "line": 114, - "column": 8 - }, - "end": { - "line": 114, - "column": 28 - } - }, - "28": { - "start": { - "line": 116, - "column": 6 - }, - "end": { - "line": 118, - "column": 7 - } - }, - "29": { - "start": { - "line": 117, - "column": 8 - }, - "end": { - "line": 117, - "column": 28 - } - }, - "30": { - "start": { - "line": 122, - "column": 19 - }, - "end": { - "line": 155, - "column": 3 - } - }, - "31": { - "start": { - "line": 124, - "column": 6 - }, - "end": { - "line": 124, - "column": 26 - } - }, - "32": { - "start": { - "line": 126, - "column": 6 - }, - "end": { - "line": 126, - "column": 33 - } - }, - "33": { - "start": { - "line": 126, - "column": 26 - }, - "end": { - "line": 126, - "column": 33 - } - }, - "34": { - "start": { - "line": 128, - "column": 24 - }, - "end": { - "line": 132, - "column": 7 - } - }, - "35": { - "start": { - "line": 134, - "column": 20 - }, - "end": { - "line": 134, - "column": 69 - } - }, - "36": { - "start": { - "line": 135, - "column": 6 - }, - "end": { - "line": 135, - "column": 95 - } - }, - "37": { - "start": { - "line": 137, - "column": 23 - }, - "end": { - "line": 139, - "column": 8 - } - }, - "38": { - "start": { - "line": 141, - "column": 6 - }, - "end": { - "line": 152, - "column": 7 - } - }, - "39": { - "start": { - "line": 142, - "column": 8 - }, - "end": { - "line": 142, - "column": 27 - } - }, - "40": { - "start": { - "line": 143, - "column": 8 - }, - "end": { - "line": 143, - "column": 36 - } - }, - "41": { - "start": { - "line": 144, - "column": 8 - }, - "end": { - "line": 144, - "column": 97 - } - }, - "42": { - "start": { - "line": 146, - "column": 8 - }, - "end": { - "line": 150, - "column": 10 - } - }, - "43": { - "start": { - "line": 148, - "column": 32 - }, - "end": { - "line": 148, - "column": 85 - } - }, - "44": { - "start": { - "line": 151, - "column": 8 - }, - "end": { - "line": 151, - "column": 93 - } - }, - "45": { - "start": { - "line": 157, - "column": 33 - }, - "end": { - "line": 157, - "column": 82 - } - }, - "46": { - "start": { - "line": 159, - "column": 2 - }, - "end": { - "line": 186, - "column": 4 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 52, - "column": 49 - }, - "end": { - "line": 52, - "column": 50 - } - }, - "loc": { - "start": { - "line": 54, - "column": 5 - }, - "end": { - "line": 93, - "column": 1 - } - }, - "line": 54 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 57, - "column": 51 - }, - "end": { - "line": 57, - "column": 52 - } - }, - "loc": { - "start": { - "line": 57, - "column": 62 - }, - "end": { - "line": 57, - "column": 96 - } - }, - "line": 57 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 67, - "column": 18 - }, - "end": { - "line": 67, - "column": 19 - } - }, - "loc": { - "start": { - "line": 67, - "column": 25 - }, - "end": { - "line": 67, - "column": 86 - } - }, - "line": 67 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 95, - "column": 35 - }, - "end": { - "line": 95, - "column": 36 - } - }, - "loc": { - "start": { - "line": 95, - "column": 41 - }, - "end": { - "line": 187, - "column": 1 - } - }, - "line": 95 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 101, - "column": 41 - }, - "end": { - "line": 101, - "column": 42 - } - }, - "loc": { - "start": { - "line": 101, - "column": 52 - }, - "end": { - "line": 101, - "column": 72 - } - }, - "line": 101 - }, - "5": { - "name": "(anonymous_5)", - "decl": { - "start": { - "line": 102, - "column": 43 - }, - "end": { - "line": 102, - "column": 44 - } - }, - "loc": { - "start": { - "line": 102, - "column": 54 - }, - "end": { - "line": 102, - "column": 75 - } - }, - "line": 102 - }, - "6": { - "name": "(anonymous_6)", - "decl": { - "start": { - "line": 103, - "column": 40 - }, - "end": { - "line": 103, - "column": 41 - } - }, - "loc": { - "start": { - "line": 103, - "column": 51 - }, - "end": { - "line": 103, - "column": 69 - } - }, - "line": 103 - }, - "7": { - "name": "(anonymous_7)", - "decl": { - "start": { - "line": 110, - "column": 12 - }, - "end": { - "line": 110, - "column": 13 - } - }, - "loc": { - "start": { - "line": 110, - "column": 18 - }, - "end": { - "line": 120, - "column": 3 - } - }, - "line": 110 - }, - "8": { - "name": "(anonymous_8)", - "decl": { - "start": { - "line": 123, - "column": 4 - }, - "end": { - "line": 123, - "column": 5 - } - }, - "loc": { - "start": { - "line": 123, - "column": 52 - }, - "end": { - "line": 153, - "column": 5 - } - }, - "line": 123 - }, - "9": { - "name": "(anonymous_9)", - "decl": { - "start": { - "line": 148, - "column": 18 - }, - "end": { - "line": 148, - "column": 19 - } - }, - "loc": { - "start": { - "line": 148, - "column": 32 - }, - "end": { - "line": 148, - "column": 85 - } - }, - "line": 148 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 68, - "column": 15 - }, - "end": { - "line": 68, - "column": 70 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 68, - "column": 31 - }, - "end": { - "line": 68, - "column": 44 - } - }, - { - "start": { - "line": 68, - "column": 47 - }, - "end": { - "line": 68, - "column": 70 - } - } - ], - "line": 68 - }, - "1": { - "loc": { - "start": { - "line": 112, - "column": 4 - }, - "end": { - "line": 119, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 112, - "column": 4 - }, - "end": { - "line": 119, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 112 - }, - "2": { - "loc": { - "start": { - "line": 113, - "column": 6 - }, - "end": { - "line": 115, - "column": 7 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 113, - "column": 6 - }, - "end": { - "line": 115, - "column": 7 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 113 - }, - "3": { - "loc": { - "start": { - "line": 116, - "column": 6 - }, - "end": { - "line": 118, - "column": 7 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 116, - "column": 6 - }, - "end": { - "line": 118, - "column": 7 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 116 - }, - "4": { - "loc": { - "start": { - "line": 126, - "column": 6 - }, - "end": { - "line": 126, - "column": 33 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 126, - "column": 6 - }, - "end": { - "line": 126, - "column": 33 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 126 - }, - "5": { - "loc": { - "start": { - "line": 135, - "column": 15 - }, - "end": { - "line": 135, - "column": 82 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 135, - "column": 23 - }, - "end": { - "line": 135, - "column": 50 - } - }, - { - "start": { - "line": 135, - "column": 53 - }, - "end": { - "line": 135, - "column": 82 - } - } - ], - "line": 135 - }, - "6": { - "loc": { - "start": { - "line": 141, - "column": 6 - }, - "end": { - "line": 152, - "column": 7 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 141, - "column": 6 - }, - "end": { - "line": 152, - "column": 7 - } - }, - { - "start": { - "line": 145, - "column": 13 - }, - "end": { - "line": 152, - "column": 7 - } - } - ], - "line": 141 - }, - "7": { - "loc": { - "start": { - "line": 144, - "column": 17 - }, - "end": { - "line": 144, - "column": 84 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 144, - "column": 25 - }, - "end": { - "line": 144, - "column": 52 - } - }, - { - "start": { - "line": 144, - "column": 55 - }, - "end": { - "line": 144, - "column": 84 - } - } - ], - "line": 144 - }, - "8": { - "loc": { - "start": { - "line": 151, - "column": 17 - }, - "end": { - "line": 151, - "column": 80 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 151, - "column": 25 - }, - "end": { - "line": 151, - "column": 50 - } - }, - { - "start": { - "line": 151, - "column": 53 - }, - "end": { - "line": 151, - "column": 80 - } - } - ], - "line": 151 - }, - "9": { - "loc": { - "start": { - "line": 157, - "column": 33 - }, - "end": { - "line": 157, - "column": 82 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 157, - "column": 33 - }, - "end": { - "line": 157, - "column": 72 - } - }, - { - "start": { - "line": 157, - "column": 76 - }, - "end": { - "line": 157, - "column": 82 - } - } - ], - "line": 157 - }, - "10": { - "loc": { - "start": { - "line": 165, - "column": 7 - }, - "end": { - "line": 169, - "column": 7 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 165, - "column": 7 - }, - "end": { - "line": 165, - "column": 12 - } - }, - { - "start": { - "line": 166, - "column": 8 - }, - "end": { - "line": 168, - "column": 21 - } - } - ], - "line": 165 - }, - "11": { - "loc": { - "start": { - "line": 170, - "column": 7 - }, - "end": { - "line": 170, - "column": 87 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 170, - "column": 7 - }, - "end": { - "line": 170, - "column": 29 - } - }, - { - "start": { - "line": 170, - "column": 33 - }, - "end": { - "line": 170, - "column": 87 - } - } - ], - "line": 170 - }, - "12": { - "loc": { - "start": { - "line": 180, - "column": 17 - }, - "end": { - "line": 180, - "column": 64 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 180, - "column": 29 - }, - "end": { - "line": 180, - "column": 52 - } - }, - { - "start": { - "line": 180, - "column": 55 - }, - "end": { - "line": 180, - "column": 64 - } - } - ], - "line": 180 - } - }, - "s": { - "0": 1, - "1": 1, - "2": 1, - "3": 8, - "4": 8, - "5": 13, - "6": 8, - "7": 8, - "8": 1, - "9": 1, - "10": 8, - "11": 8, - "12": 8, - "13": 8, - "14": 8, - "15": 13, - "16": 8, - "17": 13, - "18": 8, - "19": 13, - "20": 8, - "21": 8, - "22": 8, - "23": 8, - "24": 8, - "25": 4, - "26": 1, - "27": 0, - "28": 1, - "29": 0, - "30": 8, - "31": 1, - "32": 1, - "33": 0, - "34": 1, - "35": 1, - "36": 1, - "37": 1, - "38": 1, - "39": 1, - "40": 1, - "41": 1, - "42": 0, - "43": 0, - "44": 0, - "45": 8, - "46": 8 - }, - "f": { - "0": 8, - "1": 13, - "2": 1, - "3": 8, - "4": 13, - "5": 13, - "6": 13, - "7": 4, - "8": 1, - "9": 0 - }, - "b": { - "0": [4, 4], - "1": [1, 3], - "2": [0, 1], - "3": [0, 1], - "4": [0, 1], - "5": [1, 0], - "6": [1, 0], - "7": [1, 0], - "8": [0, 0], - "9": [8, 0], - "10": [8, 0], - "11": [8, 0], - "12": [2, 6] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "f3f038c088013e6b9beae714ff15ab3cc9a43483" - }, - "/Users/alberto/Repositories/bloom-frontend/components/cards/EmailRemindersSettingsCard.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/cards/EmailRemindersSettingsCard.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 18 - }, - "end": { - "line": 8, - "column": 10 - } - }, - "1": { - "start": { - "line": 10, - "column": 35 - }, - "end": { - "line": 24, - "column": 1 - } - }, - "2": { - "start": { - "line": 11, - "column": 12 - }, - "end": { - "line": 11, - "column": 77 - } - }, - "3": { - "start": { - "line": 13, - "column": 2 - }, - "end": { - "line": 23, - "column": 4 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 10, - "column": 35 - }, - "end": { - "line": 10, - "column": 36 - } - }, - "loc": { - "start": { - "line": 10, - "column": 41 - }, - "end": { - "line": 24, - "column": 1 - } - }, - "line": 10 - } - }, - "branchMap": {}, - "s": { - "0": 1, - "1": 1, - "2": 2, - "3": 2 - }, - "f": { - "0": 2 - }, - "b": {}, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "d4fe38fc2559504140bcb63d86582214ac22e910" - }, - "/Users/alberto/Repositories/bloom-frontend/components/forms/EmailSettingsForm.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/forms/EmailSettingsForm.tsx", - "statementMap": { - "0": { - "start": { - "line": 11, - "column": 25 - }, - "end": { - "line": 16, - "column": 10 - } - }, - "1": { - "start": { - "line": 18, - "column": 26 - }, - "end": { - "line": 97, - "column": 1 - } - }, - "2": { - "start": { - "line": 19, - "column": 38 - }, - "end": { - "line": 19, - "column": 61 - } - }, - "3": { - "start": { - "line": 20, - "column": 28 - }, - "end": { - "line": 20, - "column": 52 - } - }, - "4": { - "start": { - "line": 21, - "column": 36 - }, - "end": { - "line": 21, - "column": 60 - } - }, - "5": { - "start": { - "line": 23, - "column": 12 - }, - "end": { - "line": 23, - "column": 68 - } - }, - "6": { - "start": { - "line": 24, - "column": 13 - }, - "end": { - "line": 24, - "column": 38 - } - }, - "7": { - "start": { - "line": 26, - "column": 28 - }, - "end": { - "line": 26, - "column": 85 - } - }, - "8": { - "start": { - "line": 26, - "column": 56 - }, - "end": { - "line": 26, - "column": 84 - } - }, - "9": { - "start": { - "line": 27, - "column": 34 - }, - "end": { - "line": 27, - "column": 97 - } - }, - "10": { - "start": { - "line": 27, - "column": 62 - }, - "end": { - "line": 27, - "column": 96 - } - }, - "11": { - "start": { - "line": 29, - "column": 19 - }, - "end": { - "line": 54, - "column": 3 - } - }, - "12": { - "start": { - "line": 31, - "column": 23 - }, - "end": { - "line": 31, - "column": 53 - } - }, - "13": { - "start": { - "line": 32, - "column": 6 - }, - "end": { - "line": 32, - "column": 26 - } - }, - "14": { - "start": { - "line": 34, - "column": 32 - }, - "end": { - "line": 34, - "column": 74 - } - }, - "15": { - "start": { - "line": 35, - "column": 38 - }, - "end": { - "line": 35, - "column": 86 - } - }, - "16": { - "start": { - "line": 36, - "column": 22 - }, - "end": { - "line": 39, - "column": 7 - } - }, - "17": { - "start": { - "line": 41, - "column": 23 - }, - "end": { - "line": 41, - "column": 48 - } - }, - "18": { - "start": { - "line": 43, - "column": 6 - }, - "end": { - "line": 51, - "column": 7 - } - }, - "19": { - "start": { - "line": 44, - "column": 8 - }, - "end": { - "line": 44, - "column": 27 - } - }, - "20": { - "start": { - "line": 46, - "column": 8 - }, - "end": { - "line": 50, - "column": 10 - } - }, - "21": { - "start": { - "line": 48, - "column": 32 - }, - "end": { - "line": 48, - "column": 85 - } - }, - "22": { - "start": { - "line": 56, - "column": 2 - }, - "end": { - "line": 96, - "column": 4 - } - }, - "23": { - "start": { - "line": 68, - "column": 25 - }, - "end": { - "line": 68, - "column": 44 - } - }, - "24": { - "start": { - "line": 79, - "column": 25 - }, - "end": { - "line": 79, - "column": 44 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 18, - "column": 26 - }, - "end": { - "line": 18, - "column": 27 - } - }, - "loc": { - "start": { - "line": 18, - "column": 32 - }, - "end": { - "line": 97, - "column": 1 - } - }, - "line": 18 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 26, - "column": 45 - }, - "end": { - "line": 26, - "column": 46 - } - }, - "loc": { - "start": { - "line": 26, - "column": 56 - }, - "end": { - "line": 26, - "column": 84 - } - }, - "line": 26 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 27, - "column": 51 - }, - "end": { - "line": 27, - "column": 52 - } - }, - "loc": { - "start": { - "line": 27, - "column": 62 - }, - "end": { - "line": 27, - "column": 96 - } - }, - "line": 27 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 30, - "column": 4 - }, - "end": { - "line": 30, - "column": 5 - } - }, - "loc": { - "start": { - "line": 30, - "column": 52 - }, - "end": { - "line": 52, - "column": 5 - } - }, - "line": 30 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 48, - "column": 18 - }, - "end": { - "line": 48, - "column": 19 - } - }, - "loc": { - "start": { - "line": 48, - "column": 32 - }, - "end": { - "line": 48, - "column": 85 - } - }, - "line": 48 - }, - "5": { - "name": "(anonymous_5)", - "decl": { - "start": { - "line": 68, - "column": 19 - }, - "end": { - "line": 68, - "column": 20 - } - }, - "loc": { - "start": { - "line": 68, - "column": 25 - }, - "end": { - "line": 68, - "column": 44 - } - }, - "line": 68 - }, - "6": { - "name": "(anonymous_6)", - "decl": { - "start": { - "line": 79, - "column": 19 - }, - "end": { - "line": 79, - "column": 20 - } - }, - "loc": { - "start": { - "line": 79, - "column": 25 - }, - "end": { - "line": 79, - "column": 44 - } - }, - "line": 79 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 43, - "column": 6 - }, - "end": { - "line": 51, - "column": 7 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 43, - "column": 6 - }, - "end": { - "line": 51, - "column": 7 - } - }, - { - "start": { - "line": 45, - "column": 13 - }, - "end": { - "line": 51, - "column": 7 - } - } - ], - "line": 43 - }, - "1": { - "loc": { - "start": { - "line": 81, - "column": 9 - }, - "end": { - "line": 81, - "column": 69 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 81, - "column": 9 - }, - "end": { - "line": 81, - "column": 14 - } - }, - { - "start": { - "line": 81, - "column": 18 - }, - "end": { - "line": 81, - "column": 69 - } - } - ], - "line": 81 - }, - "2": { - "loc": { - "start": { - "line": 90, - "column": 17 - }, - "end": { - "line": 90, - "column": 64 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 90, - "column": 29 - }, - "end": { - "line": 90, - "column": 52 - } - }, - { - "start": { - "line": 90, - "column": 55 - }, - "end": { - "line": 90, - "column": 64 - } - } - ], - "line": 90 - } - }, - "s": { - "0": 1, - "1": 1, - "2": 2, - "3": 2, - "4": 2, - "5": 2, - "6": 2, - "7": 2, - "8": 9, - "9": 2, - "10": 9, - "11": 2, - "12": 0, - "13": 0, - "14": 0, - "15": 0, - "16": 0, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0, - "22": 2, - "23": 0, - "24": 0 - }, - "f": { - "0": 2, - "1": 9, - "2": 9, - "3": 0, - "4": 0, - "5": 0, - "6": 0 - }, - "b": { - "0": [0, 0], - "1": [2, 0], - "2": [0, 2] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "ab3e7f700bf3e49d68bf90bf71069a7a8ce8a9f8" - }, - "/Users/alberto/Repositories/bloom-frontend/components/cards/EmailSettingsCard.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/cards/EmailSettingsCard.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 18 - }, - "end": { - "line": 8, - "column": 10 - } - }, - "1": { - "start": { - "line": 10, - "column": 26 - }, - "end": { - "line": 24, - "column": 1 - } - }, - "2": { - "start": { - "line": 11, - "column": 12 - }, - "end": { - "line": 11, - "column": 68 - } - }, - "3": { - "start": { - "line": 13, - "column": 2 - }, - "end": { - "line": 23, - "column": 4 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 10, - "column": 26 - }, - "end": { - "line": 10, - "column": 27 - } - }, - "loc": { - "start": { - "line": 10, - "column": 32 - }, - "end": { - "line": 24, - "column": 1 - } - }, - "line": 10 - } - }, - "branchMap": {}, - "s": { - "0": 1, - "1": 1, - "2": 2, - "3": 2 - }, - "f": { - "0": 2 - }, - "b": {}, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "4ab22c68ebaf529e5b5448dd3af4ae3dde0ad74e" - }, - "/Users/alberto/Repositories/bloom-frontend/components/forms/ProfileSettingsForm.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/forms/ProfileSettingsForm.tsx", - "statementMap": { - "0": { - "start": { - "line": 13, - "column": 23 - }, - "end": { - "line": 15, - "column": 10 - } - }, - "1": { - "start": { - "line": 17, - "column": 28 - }, - "end": { - "line": 134, - "column": 1 - } - }, - "2": { - "start": { - "line": 18, - "column": 15 - }, - "end": { - "line": 18, - "column": 59 - } - }, - "3": { - "start": { - "line": 18, - "column": 43 - }, - "end": { - "line": 18, - "column": 58 - } - }, - "4": { - "start": { - "line": 19, - "column": 16 - }, - "end": { - "line": 19, - "column": 61 - } - }, - "5": { - "start": { - "line": 19, - "column": 44 - }, - "end": { - "line": 19, - "column": 60 - } - }, - "6": { - "start": { - "line": 20, - "column": 38 - }, - "end": { - "line": 20, - "column": 61 - } - }, - "7": { - "start": { - "line": 21, - "column": 28 - }, - "end": { - "line": 21, - "column": 52 - } - }, - "8": { - "start": { - "line": 22, - "column": 36 - }, - "end": { - "line": 22, - "column": 60 - } - }, - "9": { - "start": { - "line": 23, - "column": 60 - }, - "end": { - "line": 23, - "column": 84 - } - }, - "10": { - "start": { - "line": 24, - "column": 38 - }, - "end": { - "line": 24, - "column": 68 - } - }, - "11": { - "start": { - "line": 25, - "column": 36 - }, - "end": { - "line": 25, - "column": 65 - } - }, - "12": { - "start": { - "line": 27, - "column": 21 - }, - "end": { - "line": 27, - "column": 63 - } - }, - "13": { - "start": { - "line": 29, - "column": 13 - }, - "end": { - "line": 29, - "column": 38 - } - }, - "14": { - "start": { - "line": 30, - "column": 12 - }, - "end": { - "line": 30, - "column": 54 - } - }, - "15": { - "start": { - "line": 32, - "column": 26 - }, - "end": { - "line": 35, - "column": 4 - } - }, - "16": { - "start": { - "line": 32, - "column": 82 - }, - "end": { - "line": 35, - "column": 3 - } - }, - "17": { - "start": { - "line": 37, - "column": 25 - }, - "end": { - "line": 57, - "column": 3 - } - }, - "18": { - "start": { - "line": 38, - "column": 21 - }, - "end": { - "line": 38, - "column": 46 - } - }, - "19": { - "start": { - "line": 40, - "column": 4 - }, - "end": { - "line": 55, - "column": 5 - } - }, - "20": { - "start": { - "line": 41, - "column": 6 - }, - "end": { - "line": 41, - "column": 26 - } - }, - "21": { - "start": { - "line": 42, - "column": 6 - }, - "end": { - "line": 42, - "column": 25 - } - }, - "22": { - "start": { - "line": 43, - "column": 6 - }, - "end": { - "line": 46, - "column": 7 - } - }, - "23": { - "start": { - "line": 44, - "column": 21 - }, - "end": { - "line": 44, - "column": 30 - } - }, - "24": { - "start": { - "line": 45, - "column": 8 - }, - "end": { - "line": 45, - "column": 22 - } - }, - "25": { - "start": { - "line": 47, - "column": 11 - }, - "end": { - "line": 55, - "column": 5 - } - }, - "26": { - "start": { - "line": 48, - "column": 6 - }, - "end": { - "line": 48, - "column": 60 - } - }, - "27": { - "start": { - "line": 50, - "column": 6 - }, - "end": { - "line": 54, - "column": 8 - } - }, - "28": { - "start": { - "line": 52, - "column": 30 - }, - "end": { - "line": 52, - "column": 83 - } - }, - "29": { - "start": { - "line": 56, - "column": 4 - }, - "end": { - "line": 56, - "column": 37 - } - }, - "30": { - "start": { - "line": 59, - "column": 19 - }, - "end": { - "line": 69, - "column": 3 - } - }, - "31": { - "start": { - "line": 60, - "column": 4 - }, - "end": { - "line": 60, - "column": 32 - } - }, - "32": { - "start": { - "line": 60, - "column": 12 - }, - "end": { - "line": 60, - "column": 32 - } - }, - "33": { - "start": { - "line": 62, - "column": 20 - }, - "end": { - "line": 62, - "column": 58 - } - }, - "34": { - "start": { - "line": 64, - "column": 4 - }, - "end": { - "line": 68, - "column": 5 - } - }, - "35": { - "start": { - "line": 65, - "column": 6 - }, - "end": { - "line": 65, - "column": 38 - } - }, - "36": { - "start": { - "line": 67, - "column": 6 - }, - "end": { - "line": 67, - "column": 30 - } - }, - "37": { - "start": { - "line": 71, - "column": 25 - }, - "end": { - "line": 78, - "column": 3 - } - }, - "38": { - "start": { - "line": 72, - "column": 4 - }, - "end": { - "line": 77, - "column": 5 - } - }, - "39": { - "start": { - "line": 73, - "column": 6 - }, - "end": { - "line": 73, - "column": 39 - } - }, - "40": { - "start": { - "line": 74, - "column": 6 - }, - "end": { - "line": 74, - "column": 61 - } - }, - "41": { - "start": { - "line": 76, - "column": 6 - }, - "end": { - "line": 76, - "column": 39 - } - }, - "42": { - "start": { - "line": 80, - "column": 2 - }, - "end": { - "line": 133, - "column": 4 - } - }, - "43": { - "start": { - "line": 92, - "column": 12 - }, - "end": { - "line": 92, - "column": 42 - } - }, - "44": { - "start": { - "line": 93, - "column": 12 - }, - "end": { - "line": 93, - "column": 32 - } - }, - "45": { - "start": { - "line": 106, - "column": 12 - }, - "end": { - "line": 106, - "column": 43 - } - }, - "46": { - "start": { - "line": 107, - "column": 12 - }, - "end": { - "line": 107, - "column": 32 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 17, - "column": 28 - }, - "end": { - "line": 17, - "column": 29 - } - }, - "loc": { - "start": { - "line": 17, - "column": 34 - }, - "end": { - "line": 134, - "column": 1 - } - }, - "line": 17 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 18, - "column": 32 - }, - "end": { - "line": 18, - "column": 33 - } - }, - "loc": { - "start": { - "line": 18, - "column": 43 - }, - "end": { - "line": 18, - "column": 58 - } - }, - "line": 18 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 19, - "column": 33 - }, - "end": { - "line": 19, - "column": 34 - } - }, - "loc": { - "start": { - "line": 19, - "column": 44 - }, - "end": { - "line": 19, - "column": 60 - } - }, - "line": 19 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 32, - "column": 26 - }, - "end": { - "line": 32, - "column": 27 - } - }, - "loc": { - "start": { - "line": 32, - "column": 82 - }, - "end": { - "line": 35, - "column": 3 - } - }, - "line": 32 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 37, - "column": 25 - }, - "end": { - "line": 37, - "column": 26 - } - }, - "loc": { - "start": { - "line": 37, - "column": 79 - }, - "end": { - "line": 57, - "column": 3 - } - }, - "line": 37 - }, - "5": { - "name": "(anonymous_5)", - "decl": { - "start": { - "line": 52, - "column": 16 - }, - "end": { - "line": 52, - "column": 17 - } - }, - "loc": { - "start": { - "line": 52, - "column": 30 - }, - "end": { - "line": 52, - "column": 83 - } - }, - "line": 52 - }, - "6": { - "name": "(anonymous_6)", - "decl": { - "start": { - "line": 59, - "column": 19 - }, - "end": { - "line": 59, - "column": 20 - } - }, - "loc": { - "start": { - "line": 59, - "column": 68 - }, - "end": { - "line": 69, - "column": 3 - } - }, - "line": 59 - }, - "7": { - "name": "(anonymous_7)", - "decl": { - "start": { - "line": 71, - "column": 25 - }, - "end": { - "line": 71, - "column": 26 - } - }, - "loc": { - "start": { - "line": 71, - "column": 49 - }, - "end": { - "line": 78, - "column": 3 - } - }, - "line": 71 - }, - "8": { - "name": "(anonymous_8)", - "decl": { - "start": { - "line": 91, - "column": 20 - }, - "end": { - "line": 91, - "column": 21 - } - }, - "loc": { - "start": { - "line": 91, - "column": 28 - }, - "end": { - "line": 94, - "column": 11 - } - }, - "line": 91 - }, - "9": { - "name": "(anonymous_9)", - "decl": { - "start": { - "line": 105, - "column": 20 - }, - "end": { - "line": 105, - "column": 21 - } - }, - "loc": { - "start": { - "line": 105, - "column": 28 - }, - "end": { - "line": 108, - "column": 11 - } - }, - "line": 105 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 27, - "column": 21 - }, - "end": { - "line": 27, - "column": 63 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 27, - "column": 21 - }, - "end": { - "line": 27, - "column": 39 - } - }, - { - "start": { - "line": 27, - "column": 43 - }, - "end": { - "line": 27, - "column": 63 - } - } - ], - "line": 27 - }, - "1": { - "loc": { - "start": { - "line": 33, - "column": 8 - }, - "end": { - "line": 33, - "column": 85 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 33, - "column": 61 - }, - "end": { - "line": 33, - "column": 80 - } - }, - { - "start": { - "line": 33, - "column": 83 - }, - "end": { - "line": 33, - "column": 85 - } - } - ], - "line": 33 - }, - "2": { - "loc": { - "start": { - "line": 33, - "column": 8 - }, - "end": { - "line": 33, - "column": 58 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 33, - "column": 8 - }, - "end": { - "line": 33, - "column": 36 - } - }, - { - "start": { - "line": 33, - "column": 40 - }, - "end": { - "line": 33, - "column": 58 - } - } - ], - "line": 33 - }, - "3": { - "loc": { - "start": { - "line": 34, - "column": 8 - }, - "end": { - "line": 34, - "column": 80 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 34, - "column": 58 - }, - "end": { - "line": 34, - "column": 75 - } - }, - { - "start": { - "line": 34, - "column": 78 - }, - "end": { - "line": 34, - "column": 80 - } - } - ], - "line": 34 - }, - "4": { - "loc": { - "start": { - "line": 34, - "column": 8 - }, - "end": { - "line": 34, - "column": 55 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 34, - "column": 8 - }, - "end": { - "line": 34, - "column": 35 - } - }, - { - "start": { - "line": 34, - "column": 39 - }, - "end": { - "line": 34, - "column": 55 - } - } - ], - "line": 34 - }, - "5": { - "loc": { - "start": { - "line": 40, - "column": 4 - }, - "end": { - "line": 55, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 40, - "column": 4 - }, - "end": { - "line": 55, - "column": 5 - } - }, - { - "start": { - "line": 47, - "column": 11 - }, - "end": { - "line": 55, - "column": 5 - } - } - ], - "line": 40 - }, - "6": { - "loc": { - "start": { - "line": 43, - "column": 6 - }, - "end": { - "line": 46, - "column": 7 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 43, - "column": 6 - }, - "end": { - "line": 46, - "column": 7 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 43 - }, - "7": { - "loc": { - "start": { - "line": 47, - "column": 11 - }, - "end": { - "line": 55, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 47, - "column": 11 - }, - "end": { - "line": 55, - "column": 5 - } - }, - { - "start": { - "line": 49, - "column": 11 - }, - "end": { - "line": 55, - "column": 5 - } - } - ], - "line": 47 - }, - "8": { - "loc": { - "start": { - "line": 60, - "column": 4 - }, - "end": { - "line": 60, - "column": 32 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 60, - "column": 4 - }, - "end": { - "line": 60, - "column": 32 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 60 - }, - "9": { - "loc": { - "start": { - "line": 64, - "column": 4 - }, - "end": { - "line": 68, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 64, - "column": 4 - }, - "end": { - "line": 68, - "column": 5 - } - }, - { - "start": { - "line": 66, - "column": 11 - }, - "end": { - "line": 68, - "column": 5 - } - } - ], - "line": 64 - }, - "10": { - "loc": { - "start": { - "line": 72, - "column": 4 - }, - "end": { - "line": 77, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 72, - "column": 4 - }, - "end": { - "line": 77, - "column": 5 - } - }, - { - "start": { - "line": 75, - "column": 11 - }, - "end": { - "line": 77, - "column": 5 - } - } - ], - "line": 72 - }, - "11": { - "loc": { - "start": { - "line": 110, - "column": 9 - }, - "end": { - "line": 110, - "column": 69 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 110, - "column": 9 - }, - "end": { - "line": 110, - "column": 14 - } - }, - { - "start": { - "line": 110, - "column": 18 - }, - "end": { - "line": 110, - "column": 69 - } - } - ], - "line": 110 - }, - "12": { - "loc": { - "start": { - "line": 119, - "column": 19 - }, - "end": { - "line": 119, - "column": 66 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 119, - "column": 31 - }, - "end": { - "line": 119, - "column": 54 - } - }, - { - "start": { - "line": 119, - "column": 57 - }, - "end": { - "line": 119, - "column": 66 - } - } - ], - "line": 119 - }, - "13": { - "loc": { - "start": { - "line": 120, - "column": 20 - }, - "end": { - "line": 120, - "column": 44 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 120, - "column": 20 - }, - "end": { - "line": 120, - "column": 29 - } - }, - { - "start": { - "line": 120, - "column": 33 - }, - "end": { - "line": 120, - "column": 44 - } - } - ], - "line": 120 - } - }, - "s": { - "0": 1, - "1": 1, - "2": 2, - "3": 9, - "4": 2, - "5": 9, - "6": 2, - "7": 2, - "8": 2, - "9": 2, - "10": 2, - "11": 2, - "12": 2, - "13": 2, - "14": 2, - "15": 2, - "16": 0, - "17": 2, - "18": 0, - "19": 0, - "20": 0, - "21": 0, - "22": 0, - "23": 0, - "24": 0, - "25": 0, - "26": 0, - "27": 0, - "28": 0, - "29": 0, - "30": 2, - "31": 0, - "32": 0, - "33": 0, - "34": 0, - "35": 0, - "36": 0, - "37": 2, - "38": 0, - "39": 0, - "40": 0, - "41": 0, - "42": 2, - "43": 0, - "44": 0, - "45": 0, - "46": 0 - }, - "f": { - "0": 2, - "1": 9, - "2": 9, - "3": 0, - "4": 0, - "5": 0, - "6": 0, - "7": 0, - "8": 0, - "9": 0 - }, - "b": { - "0": [2, 2], - "1": [0, 0], - "2": [0, 0], - "3": [0, 0], - "4": [0, 0], - "5": [0, 0], - "6": [0, 0], - "7": [0, 0], - "8": [0, 0], - "9": [0, 0], - "10": [0, 0], - "11": [2, 0], - "12": [0, 2], - "13": [2, 2] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "4b7e411faa1d00c5bbc0784244cf01e4370d47fd" - }, - "/Users/alberto/Repositories/bloom-frontend/components/cards/ProfileSettingsCard.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/cards/ProfileSettingsCard.tsx", - "statementMap": { - "0": { - "start": { - "line": 6, - "column": 18 - }, - "end": { - "line": 9, - "column": 10 - } - }, - "1": { - "start": { - "line": 11, - "column": 28 - }, - "end": { - "line": 30, - "column": 1 - } - }, - "2": { - "start": { - "line": 12, - "column": 12 - }, - "end": { - "line": 12, - "column": 54 - } - }, - "3": { - "start": { - "line": 13, - "column": 13 - }, - "end": { - "line": 13, - "column": 38 - } - }, - "4": { - "start": { - "line": 15, - "column": 2 - }, - "end": { - "line": 29, - "column": 4 - } - }, - "5": { - "start": { - "line": 23, - "column": 32 - }, - "end": { - "line": 23, - "column": 85 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 28 - }, - "end": { - "line": 11, - "column": 29 - } - }, - "loc": { - "start": { - "line": 11, - "column": 34 - }, - "end": { - "line": 30, - "column": 1 - } - }, - "line": 11 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 23, - "column": 18 - }, - "end": { - "line": 23, - "column": 19 - } - }, - "loc": { - "start": { - "line": 23, - "column": 32 - }, - "end": { - "line": 23, - "column": 85 - } - }, - "line": 23 - } - }, - "branchMap": {}, - "s": { - "0": 1, - "1": 1, - "2": 2, - "3": 2, - "4": 2, - "5": 0 - }, - "f": { - "0": 2, - "1": 0 - }, - "b": {}, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "88c7b227cabec5d257bab8db9812af0044027fa5" - }, - "/Users/alberto/Repositories/bloom-frontend/pages/account/settings.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/pages/account/settings.tsx", - "statementMap": { - "0": { - "start": { - "line": 14, - "column": 26 - }, - "end": { - "line": 20, - "column": 10 - } - }, - "1": { - "start": { - "line": 22, - "column": 29 - }, - "end": { - "line": 27, - "column": 10 - } - }, - "2": { - "start": { - "line": 29, - "column": 34 - }, - "end": { - "line": 65, - "column": 1 - } - }, - "3": { - "start": { - "line": 30, - "column": 12 - }, - "end": { - "line": 30, - "column": 54 - } - }, - "4": { - "start": { - "line": 31, - "column": 26 - }, - "end": { - "line": 31, - "column": 76 - } - }, - "5": { - "start": { - "line": 31, - "column": 54 - }, - "end": { - "line": 31, - "column": 75 - } - }, - "6": { - "start": { - "line": 32, - "column": 23 - }, - "end": { - "line": 32, - "column": 70 - } - }, - "7": { - "start": { - "line": 32, - "column": 51 - }, - "end": { - "line": 32, - "column": 69 - } - }, - "8": { - "start": { - "line": 33, - "column": 23 - }, - "end": { - "line": 33, - "column": 71 - } - }, - "9": { - "start": { - "line": 35, - "column": 22 - }, - "end": { - "line": 40, - "column": 3 - } - }, - "10": { - "start": { - "line": 42, - "column": 2 - }, - "end": { - "line": 64, - "column": 4 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 29, - "column": 34 - }, - "end": { - "line": 29, - "column": 35 - } - }, - "loc": { - "start": { - "line": 29, - "column": 40 - }, - "end": { - "line": 65, - "column": 1 - } - }, - "line": 29 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 31, - "column": 43 - }, - "end": { - "line": 31, - "column": 44 - } - }, - "loc": { - "start": { - "line": 31, - "column": 54 - }, - "end": { - "line": 31, - "column": 75 - } - }, - "line": 31 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 32, - "column": 40 - }, - "end": { - "line": 32, - "column": 41 - } - }, - "loc": { - "start": { - "line": 32, - "column": 51 - }, - "end": { - "line": 32, - "column": 69 - } - }, - "line": 32 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 33, - "column": 23 - }, - "end": { - "line": 33, - "column": 71 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 33, - "column": 23 - }, - "end": { - "line": 33, - "column": 51 - } - }, - { - "start": { - "line": 33, - "column": 55 - }, - "end": { - "line": 33, - "column": 71 - } - } - ], - "line": 33 - }, - "1": { - "loc": { - "start": { - "line": 60, - "column": 11 - }, - "end": { - "line": 60, - "column": 57 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 60, - "column": 11 - }, - "end": { - "line": 60, - "column": 23 - } - }, - { - "start": { - "line": 60, - "column": 27 - }, - "end": { - "line": 60, - "column": 57 - } - } - ], - "line": 60 - } - }, - "s": { - "0": 1, - "1": 1, - "2": 1, - "3": 2, - "4": 2, - "5": 9, - "6": 2, - "7": 9, - "8": 2, - "9": 2, - "10": 2 - }, - "f": { - "0": 2, - "1": 9, - "2": 9 - }, - "b": { - "0": [2, 2], - "1": [2, 2] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "0d71469b31e524275e0d93aa9246c84cc6b9f503" - }, - "/Users/alberto/Repositories/bloom-frontend/pages/api/exit-preview.ts": { - "path": "/Users/alberto/Repositories/bloom-frontend/pages/api/exit-preview.ts", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/pages/api/hello.ts": { - "path": "/Users/alberto/Repositories/bloom-frontend/pages/api/hello.ts", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/pages/api/preview.ts": { - "path": "/Users/alberto/Repositories/bloom-frontend/pages/api/preview.ts", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/pages/404.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/pages/404.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/pages/500.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/pages/500.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/pages/[slug].tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/pages/[slug].tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/pages/_document.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/pages/_document.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/pages/about-our-courses.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/pages/about-our-courses.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/pages/action-handler.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/pages/action-handler.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/pages/chat.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/pages/chat.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/pages/maintenance.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/pages/maintenance.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/pages/meet-the-team.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/pages/meet-the-team.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/pages/sitemap.xml.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/pages/sitemap.xml.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/pages/account/about-you.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/pages/account/about-you.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/pages/account/apply-a-code.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/pages/account/apply-a-code.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/pages/account/disable-service-emails.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/pages/account/disable-service-emails.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/pages/admin/dashboard.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/pages/admin/dashboard.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/pages/auth/login.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/pages/auth/login.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/pages/auth/register.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/pages/auth/register.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/pages/auth/reset-password.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/pages/auth/reset-password.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/pages/courses/[slug].tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/pages/courses/[slug].tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/pages/courses/index.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/pages/courses/index.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/pages/partner-admin/create-access-code.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/pages/partner-admin/create-access-code.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/pages/partnership/[partnerName].tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/pages/partnership/[partnerName].tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/pages/subscription/whatsapp.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/pages/subscription/whatsapp.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/pages/therapy/book-session.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/pages/therapy/book-session.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/pages/therapy/confirmed-session.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/pages/therapy/confirmed-session.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/pages/welcome/[partnerName].tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/pages/welcome/[partnerName].tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/pages/courses/[slug]/[sessionSlug].tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/pages/courses/[slug]/[sessionSlug].tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/pages/courses/image-based-abuse-and-rebuilding-ourselves/[sessionSlug].tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/pages/courses/image-based-abuse-and-rebuilding-ourselves/[sessionSlug].tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/pages/courses/image-based-abuse-and-rebuilding-ourselves/index.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/pages/courses/image-based-abuse-and-rebuilding-ourselves/index.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokTypes.d.ts": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/storyblok/StoryblokTypes.d.ts", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/components/crisp/utils/createCrispProfileData.test.ts": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/crisp/utils/createCrispProfileData.test.ts", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/components/banner/EmailRemindersSettingsBanner.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/banner/EmailRemindersSettingsBanner.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/components/banner/MaintenanceBanner.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/banner/MaintenanceBanner.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/components/cards/CourseCard.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/cards/CourseCard.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/components/cards/SessionFeedbackCard.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/cards/SessionFeedbackCard.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/components/common/Faqs.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/common/Faqs.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/components/common/ImageTextColumn.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/common/ImageTextColumn.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/components/common/ImageTextGrid.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/common/ImageTextGrid.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/components/forms/AboutYouDemographicForm.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/forms/AboutYouDemographicForm.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/components/forms/AboutYouSetAForm.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/forms/AboutYouSetAForm.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/components/forms/ApplyCodeForm.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/forms/ApplyCodeForm.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/components/forms/CreateAccessCodeForm.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/forms/CreateAccessCodeForm.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/components/forms/CreatePartnerAdminForm.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/forms/CreatePartnerAdminForm.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/components/forms/LoginForm.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/forms/LoginForm.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/components/forms/PhoneInput.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/forms/PhoneInput.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/components/forms/RateSessionForm.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/forms/RateSessionForm.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/components/forms/RegisterForm.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/forms/RegisterForm.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/components/forms/ResetPasswordForm.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/forms/ResetPasswordForm.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/components/forms/UpdatePartnerAdminForm.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/forms/UpdatePartnerAdminForm.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/components/forms/UpdateTherapyAdminForm.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/forms/UpdateTherapyAdminForm.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/components/forms/WhatsappSubscribeForm.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/forms/WhatsappSubscribeForm.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/components/forms/WhatsappUnsubscribeForm.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/forms/WhatsappUnsubscribeForm.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/components/head/GoogleTagManagerScript.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/head/GoogleTagManagerScript.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/components/head/OpenGraphMetadata.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/head/OpenGraphMetadata.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/components/head/RollbarScript.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/head/RollbarScript.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/components/layout/AppBarSpacer.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/layout/AppBarSpacer.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/components/layout/PartnerAdminHeader.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/layout/PartnerAdminHeader.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/components/storyblok/DynamicComponent.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/storyblok/DynamicComponent.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/alberto/Repositories/bloom-frontend/components/storyblok/Placeholder.tsx": { - "path": "/Users/alberto/Repositories/bloom-frontend/components/storyblok/Placeholder.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - } -}